Kaynağa Gözat

nonsip_hooks.c: logging: convert LOG to LM_*

Ovidiu Sas 11 yıl önce
ebeveyn
işleme
347dd3c74d
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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;
 }