Parcourir la source

nonsip_hooks.c: logging: convert LOG to LM_*

Ovidiu Sas il y a 11 ans
Parent
commit
347dd3c74d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
 }