Ver Fonte

nonsip_hooks.c: logging: convert LOG to LM_*

Ovidiu Sas há 11 anos atrás
pai
commit
347dd3c74d
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 }