Explorar el Código

rtpengine: decrease log level of a message

- decrease logging level for "force_send_ip_str not specified in .cfg
  file" to DBG
lucian balanceanu hace 10 años
padre
commit
7048d597b9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      modules/rtpengine/rtpengine.c

+ 1 - 1
modules/rtpengine/rtpengine.c

@@ -452,7 +452,7 @@ static int bind_force_send_ip(int sock_idx)
 			break;
 
 		default:
-			LM_INFO("force_send_ip_str not specified in .cfg file!\n");
+			LM_DBG("force_send_ip_str not specified in .cfg file!\n");
 			break;
 	}