Explorar o código

presence_xml: fixed log message

Daniel-Constantin Mierla %!s(int64=15) %!d(string=hai) anos
pai
achega
9eece1ba3b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      modules_k/presence_xml/presence_xml.c

+ 1 - 1
modules_k/presence_xml/presence_xml.c

@@ -204,7 +204,7 @@ static int mod_init(void)
 	}
 	if (bind_presence(&pres) < 0)
 	{
-		LM_ERR("Can't bind module pua\n");
+		LM_ERR("Can't bind to presence module\n");
 		return -1;
 	}