[Freeswitch-svn] [commit] r9830 - freeswitch/trunk/src

Freeswitch SVN mikej at freeswitch.org
Sat Oct 4 04:09:44 EDT 2008


Author: mikej
Date: Sat Oct  4 04:09:44 2008
New Revision: 9830

Modified:
   freeswitch/trunk/src/switch_cpp.cpp

Log:
debug tweak

Modified: freeswitch/trunk/src/switch_cpp.cpp
==============================================================================
--- freeswitch/trunk/src/switch_cpp.cpp	(original)
+++ freeswitch/trunk/src/switch_cpp.cpp	Sat Oct  4 04:09:44 2008
@@ -1238,7 +1238,7 @@
 		return SWITCH_STATUS_SUCCESS;
     }
 
-	switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no match, return false\n");
+	switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "no callback result match for '%s', return false\n", result);
 
     return SWITCH_STATUS_FALSE;
 }



More information about the Freeswitch-svn mailing list