Jelajahi Sumber

name_alias.h: logging: convert LOG to LM_*

Ovidiu Sas 10 tahun lalu
induk
melakukan
51e77d3ef5
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      name_alias.h

+ 1 - 1
name_alias.h

@@ -107,7 +107,7 @@ static inline int add_alias(char* name, int len, unsigned short port,
 	aliases=a;
 	return 1;
 error:
-	LOG(L_ERR, "ERROR: add_alias: memory allocation error\n");
+	LM_ERR("memory allocation error\n");
 	if (a) pkg_free(a);
 	return -1;
 }