From: Rupa Schomaker Date: Sun, 20 Jun 2010 01:07:39 +0000 (-0500) Subject: typo X-Git-Tag: v1.2-rc1~607 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5ad29b5856702b328302bed5e4fa3a8e0b7c57e;p=thirdparty%2Ffreeswitch.git typo --- diff --git a/src/mod/applications/mod_dptools/mod_dptools.c b/src/mod/applications/mod_dptools/mod_dptools.c index cfb8933102..a8c4d93db6 100755 --- a/src/mod/applications/mod_dptools/mod_dptools.c +++ b/src/mod/applications/mod_dptools/mod_dptools.c @@ -3134,7 +3134,7 @@ SWITCH_STANDARD_APP(limit_execute_function) switch_core_session_execute_application(session, app, app_arg); /* Only release the resource if we are still in CS_EXECUTE */ if (switch_channel_get_state(switch_core_session_get_channel(session)) == CS_EXECUTE) { - switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_IFNO, "immediately releasing\n"); + switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_INFO, "immediately releasing\n"); switch_limit_release(backend, session, realm, id); } }