Преглед изворни кода

modules/ims_charging: change WARN to DBG

jaybeepee пре 9 година
родитељ
комит
e944564aa6
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      modules/ims_charging/mod.c

+ 1 - 1
modules/ims_charging/mod.c

@@ -515,7 +515,7 @@ static int w_ro_ccr(struct sip_msg *msg, char* c_route_name, char* c_direction,
 	} else if (dir == RO_TERM_DIRECTION){
 		//get callee IMPU from called part id - if not present then skip this
 		if ((identity = cscf_get_public_identity_from_called_party_id(msg, &h)).len == 0) {
-			LM_WARN("No P-Called-Identity hdr found - will not get callbacks if this IMPU is removed to terminate call");
+			LM_DBG("No P-Called-Identity hdr found - will not get callbacks if this IMPU is removed to terminate call");
 			goto send_ccr;
 		}
 		//get callee contact from request URI