aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--res/res_osp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/res/res_osp.c b/res/res_osp.c
index 4a00a73aa..62115db4b 100644
--- a/res/res_osp.c
+++ b/res/res_osp.c
@@ -178,7 +178,6 @@ static int osp_buildProvider(
p = ast_calloc(1, sizeof(*p));
if (!p) {
- ast_log(LOG_ERROR, "Out of memory\n");
return(-1);
}