]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
spelling
authorBrian West <brian@freeswitch.org>
Mon, 1 Sep 2008 15:40:36 +0000 (15:40 +0000)
committerBrian West <brian@freeswitch.org>
Mon, 1 Sep 2008 15:40:36 +0000 (15:40 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9397 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/switch_core_session.c

index de3af6b70569d9c349126602d76f5b9c801063b1..b5fc80c931924c1a0aa51a6d8625c54312d9479b 100644 (file)
@@ -1047,7 +1047,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_execute_application(switch_c
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Application %s Requires media on channel %s!\n",
                                                  app, switch_channel_get_name(session->channel));
        } else if (!switch_test_flag(application_interface, SAF_SUPPORT_NOMEDIA) && !switch_channel_media_ready(session->channel)) {
-               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Application %s Requires media! pre_anyswering channel %s\n",
+               switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Application %s Requires media! pre_answering channel %s\n",
                                                  app, switch_channel_get_name(session->channel));
                if (switch_channel_pre_answer(session->channel) != SWITCH_STATUS_SUCCESS) {
                        switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Well, that didn't work very well did it? ...\n");