From: Kapil Gupta Date: Thu, 6 Sep 2012 18:37:36 +0000 (-0400) Subject: logging change from ERROR to Warning [rtp.c:542 - Receive unknown command] X-Git-Tag: v1.2.3^2~71^2^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3de0a5c70df8af9fbd254266c969ec4c386b6e9;p=thirdparty%2Ffreeswitch.git logging change from ERROR to Warning [rtp.c:542 - Receive unknown command] --- diff --git a/src/mod/endpoints/mod_sofia/rtp.c b/src/mod/endpoints/mod_sofia/rtp.c index a773a07590..50288a43df 100644 --- a/src/mod/endpoints/mod_sofia/rtp.c +++ b/src/mod/endpoints/mod_sofia/rtp.c @@ -539,7 +539,7 @@ static switch_status_t channel_receive_event(switch_core_session_t *session, swi } } else { - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Received unknown command [%s] in event.\n", !command ? "null" : command); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_WARNING, "Received unknown command [%s] in event.\n", !command ? "null" : command); } return SWITCH_STATUS_SUCCESS;