[sr-dev] git:master: sca: log at debug level when reporting lack of Contact header
Andrew Mortensen
admorten at isc.upenn.edu
Fri Feb 22 04:58:12 CET 2013
Module: sip-router
Branch: master
Commit: 8fbcb1d1003b3ff3c28cf18aa6791f191a831cea
URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8fbcb1d1003b3ff3c28cf18aa6791f191a831cea
Author: Andrew Mortensen <admorten at isc.upenn.edu>
Committer: Andrew Mortensen <admorten at isc.upenn.edu>
Date: Thu Feb 21 22:56:37 2013 -0500
sca: log at debug level when reporting lack of Contact header
---
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 8e893f5..3c5d451 100644
--- a/modules/sca/sca_call_info.c
+++ b/modules/sca/sca_call_info.c
@@ -1441,7 +1441,7 @@ sca_call_info_invite_handler( sip_msg_t *msg, sca_call_info *call_info,
int rc = -1;
if ( SCA_STR_EMPTY( contact_uri )) {
- LM_ERR( "sca_call_info_invite_handler: Contact header is empty. "
+ LM_DBG( "sca_call_info_invite_handler: Contact header is empty. "
"(From: %.*s To: %.*s)", STR_FMT( from_aor ),
STR_FMT( to_aor ));
return( -1 );
More information about the sr-dev
mailing list