Przeglądaj źródła

sca: log at debug level when reporting lack of Contact header

Andrew Mortensen 12 lat temu
rodzic
commit
8fbcb1d100
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      modules/sca/sca_call_info.c

+ 1 - 1
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;
     int			rc = -1;
 
 
     if ( SCA_STR_EMPTY( contact_uri )) {
     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 ),
 		"(From: %.*s To: %.*s)", STR_FMT( from_aor ),
 		 STR_FMT( to_aor ));
 		 STR_FMT( to_aor ));
 	return( -1 );
 	return( -1 );