[sr-dev] git:admorten/sca: modules/sca: change logging level for failed lookup by appearance-index.

Andrew Mortensen admorten at isc.upenn.edu
Thu May 2 21:31:04 CEST 2013


Module: sip-router
Branch: admorten/sca
Commit: 106b5ad3e3a426946f1da0daf135b38f79d55f94
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=106b5ad3e3a426946f1da0daf135b38f79d55f94

Author: Andrew Mortensen <admorten at isc.upenn.edu>
Committer: Andrew Mortensen <admorten at isc.upenn.edu>
Date:   Thu May  2 15:12:16 2013 -0400

modules/sca: change logging level for failed lookup by appearance-index.

- appearance-index won't be found yet if SCA callee is answering, logging
  at WARN is misleading.

---

 modules/sca/sca_call_info.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/sca/sca_call_info.c b/modules/sca/sca_call_info.c
index fee5898..66c3a1a 100644
--- a/modules/sca/sca_call_info.c
+++ b/modules/sca/sca_call_info.c
@@ -777,7 +777,7 @@ sca_call_info_uri_update( str *aor, sca_call_info *call_info,
     app = sca_appearance_for_index_unsafe( sca, aor, call_info->index,
 						slot_idx );
     if ( app == NULL ) {
-	LM_WARN( "sca_call_info_uri_update: no appearance found for %.*s "
+	LM_DBG( "sca_call_info_uri_update: no appearance found for %.*s "
 		 "index %d, looking up by dialog...", STR_FMT( aor ),
 		 call_info->index );
 	app = sca_appearance_for_dialog_unsafe( sca, aor, &dialog, slot_idx );




More information about the sr-dev mailing list