]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorRupa Schomaker <rupa@rupa.com>
Sun, 20 Jun 2010 01:07:39 +0000 (20:07 -0500)
committerRupa Schomaker <rupa@rupa.com>
Sun, 20 Jun 2010 01:07:39 +0000 (20:07 -0500)
src/mod/applications/mod_dptools/mod_dptools.c

index cfb8933102aa97af192fa189d804ecd606e20b43..a8c4d93db69d8fb2ead45feec1060fd993f26c75 100755 (executable)
@@ -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);                      
                }
        }