Parcourir la source

name_alias.h: logging: convert LOG to LM_*

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