From bd21deb1b1738ac0030c6b2385915499c1b37e98 Mon Sep 17 00:00:00 2001 From: Brian West Date: Tue, 26 Feb 2008 16:15:17 +0000 Subject: [PATCH] Tweak log message git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7736 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 74cd2aa015..8b0d25ff2f 100644 --- a/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c +++ b/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c @@ -219,7 +219,8 @@ SWITCH_STANDARD_DIALPLAN(dialplan_hunt) caller_profile->context = "default"; } - switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Processing %s->%s!\n", caller_profile->caller_id_name, caller_profile->destination_number); + switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "Processing %s->%s@%s\n", + caller_profile->caller_id_name, caller_profile->destination_number, caller_profile->context); /* get our handle to the "dialplan" section of the config */