[Freeswitch-trunk] [commit] r6156 - freeswitch/trunk/src/mod/applications/mod_commands
Freeswitch SVN
anthm at freeswitch.org
Fri Nov 2 18:13:36 EDT 2007
Author: anthm
Date: Fri Nov 2 18:13:36 2007
New Revision: 6156
Modified:
freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
Log:
patch from MODAPP-46
Modified: freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_commands/mod_commands.c Fri Nov 2 18:13:36 2007
@@ -1396,7 +1396,6 @@
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "No variable name specified.\n");
stream->write_function(stream, "No variable specified\n");
} else {
- switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "SET [%s]=[%s]\n", var_name, var_value ? var_value : "UNDEF");
switch_channel_set_variable(channel, var_name, var_value);
stream->write_function(stream, "OK\n");
}
More information about the Freeswitch-trunk
mailing list