Parcourir la source

presence: info logs instead of error for not maching conditions

Daniel-Constantin Mierla il y a 3 ans
Parent
commit
f42b6c5cf2
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/modules/presence/presentity.c

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

@@ -1369,10 +1369,10 @@ done:
 send_412:
 send_412:
 
 
 	if(!ruid) {
 	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);
 				presentity->etag.s);
 	} else {
 	} 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) {
 	if(msg != NULL) {