Browse Source

modules/outbound: downgraded one INFO to DGB

Juha Heinanen 12 years ago
parent
commit
ea964748dc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/outbound/ob_mod.c

+ 1 - 1
modules/outbound/ob_mod.c

@@ -327,7 +327,7 @@ static int use_outbound_non_reg(struct sip_msg *msg)
 	/* Check if Supported: outbound is included */
 	if (parse_supported(msg) == 0) {
                 if (!(get_supported(msg) & F_OPTION_TAG_OUTBOUND)) {
-		        LM_INFO("outbound is not supported and thus not used\n");
+		        LM_DBG("outbound is not supported and thus not used\n");
 		        return 0;
 		}
 	}