[Freeswitch-svn] [commit] r7736 - freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml

Freeswitch SVN brian at freeswitch.org
Tue Feb 26 11:15:17 EST 2008


Author: brian
Date: Tue Feb 26 11:15:17 2008
New Revision: 7736

Modified:
   freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c

Log:
Tweak log message

Modified: freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c
==============================================================================
--- freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c	(original)
+++ freeswitch/trunk/src/mod/dialplans/mod_dialplan_xml/mod_dialplan_xml.c	Tue Feb 26 11:15:17 2008
@@ -219,7 +219,8 @@
 		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 */
 



More information about the Freeswitch-svn mailing list