]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4792 --resolve sure
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 5 Nov 2012 12:37:01 +0000 (06:37 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 5 Nov 2012 12:37:01 +0000 (06:37 -0600)
src/switch_limit.c

index 6e792ca53dc11b3c376ed831da5382a92fb8444a..c1c2789f8bdddf6b2ffeabb0ccd9ec3cc8b7d573 100644 (file)
@@ -83,7 +83,7 @@ static switch_status_t limit_state_handler(switch_core_session_t *session)
        const char *backendlist = switch_channel_get_variable(channel, LIMIT_BACKEND_VARIABLE);
        
        if (zstr(backendlist)) {
-               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_ERROR, "Unset limit backendlist!\n");
+               switch_log_printf(SWITCH_CHANNEL_SESSION_LOG(session), SWITCH_LOG_DEBUG, "Unset limit backendlist!\n");
                return SWITCH_STATUS_SUCCESS;
        }