Explorar o código

presence: info logs instead of error for not maching conditions

Daniel-Constantin Mierla %!s(int64=3) %!d(string=hai) anos
pai
achega
f42b6c5cf2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/modules/presence/presentity.c

+ 2 - 2
src/modules/presence/presentity.c

@@ -1369,10 +1369,10 @@ done:
 send_412:
 
 	if(!ruid) {
-		LM_ERR("No E_Tag match %*s\n", presentity->etag.len,
+		LM_INFO("No E-Tag match %*s\n", presentity->etag.len,
 				presentity->etag.s);
 	} else {
-		LM_ERR("No ruid match %*s\n", ruid->len, ruid->s);
+		LM_INFO("No ruid match %*s\n", ruid->len, ruid->s);
 	}
 
 	if(msg != NULL) {