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

Freeswitch SVN brian at freeswitch.org
Wed Aug 27 18:10:58 EDT 2008


Author: brian
Date: Wed Aug 27 18:10:57 2008
New Revision: 9373

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

Log:
tweak message to be more clear its a context and not a domain

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	Wed Aug 27 18:10:57 2008
@@ -225,7 +225,7 @@
 		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 */



More information about the Freeswitch-svn mailing list