Explorar o código

name_alias.h: logging: convert LOG to LM_*

Ovidiu Sas %!s(int64=11) %!d(string=hai) anos
pai
achega
51e77d3ef5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }