浏览代码

nonsip_hooks.c: logging: convert LOG to LM_*

Ovidiu Sas 11 年之前
父节点
当前提交
347dd3c74d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nonsip_hooks.c

+ 1 - 1
nonsip_hooks.c

@@ -61,7 +61,7 @@ int init_nonsip_hooks()
 	memset(nonsip_hooks, 0, nonsip_max_hooks*sizeof(struct nonsip_hook));
 	return 0;
 error:
-	LOG(L_ERR, "nonsip_hooks: memory allocation failure\n");
+	LM_ERR("memory allocation failure\n");
 	return -1;
 }