소스 검색

presence: info logs instead of error for not maching conditions

(cherry picked from commit f42b6c5cf2ee9861cb1eed016a5ddcc499d2b854)
(cherry picked from commit 27875047db766cc7cb3a4d5d7638bdafd98e09b1)
Daniel-Constantin Mierla 3 년 전
부모
커밋
673d32b4c1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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) {