From: Anthony Minessale Date: Tue, 25 Apr 2006 20:58:45 +0000 (+0000) Subject: update X-Git-Tag: v1.0-beta1~2790 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1277a22e486fd6e757a583b25b18d36d0de49b34;p=thirdparty%2Ffreeswitch.git update git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1253 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/endpoints/mod_exosip/mod_exosip.c b/src/mod/endpoints/mod_exosip/mod_exosip.c index 966cc19124..666b7c8ac2 100644 --- a/src/mod/endpoints/mod_exosip/mod_exosip.c +++ b/src/mod/endpoints/mod_exosip/mod_exosip.c @@ -1368,7 +1368,7 @@ static void destroy_call_by_event(eXosip_event_t * event) switch_channel *channel = NULL; if ((tech_pvt = get_pvt_by_call_id(event->cid)) == 0) { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Um in case you are interested, Can't find the pvt [%d]!\n", + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Um in case you are interested, Can't find the pvt [%d]!\n", event->cid); return; } @@ -1434,7 +1434,7 @@ static void handle_answer(eXosip_event_t * event) if ((tech_pvt = get_pvt_by_call_id(event->cid)) == 0) { - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Um in case you are interested, Can't find the pvt!\n"); + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Um in case you are interested, Can't find the pvt!\n"); return; }