2
0
Эх сурвалжийг харах

modules/outbound: downgraded one INFO to DGB

Juha Heinanen 12 жил өмнө
parent
commit
ea964748dc

+ 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;
 		}
 	}