From: Brian West Date: Wed, 27 Aug 2008 22:10:57 +0000 (+0000) Subject: tweak message to be more clear its a context and not a domain X-Git-Tag: v1.0.2~1369 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96b6bbb40cf387dd285e9e2a10b5db6dc605bac6;p=thirdparty%2Ffreeswitch.git tweak message to be more clear its a context and not a domain git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9373 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c index a979b85090..4d895f54d0 100644 --- a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c +++ b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c @@ -225,7 +225,7 @@ SWITCH_STANDARD_DIALPLAN(dialplan_hunt) caller_profile->context = "default"; } - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Processing %s->%s@%s\n", + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Processing %s->%s in context %s\n", caller_profile->caller_id_name, caller_profile->destination_number, caller_profile->context); /* get our handle to the "dialplan" section of the config */