]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
patch from MODAPP-46
authorAnthony Minessale <anthony.minessale@gmail.com>
Fri, 2 Nov 2007 22:13:36 +0000 (22:13 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Fri, 2 Nov 2007 22:13:36 +0000 (22:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6156 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_commands/mod_commands.c

index ac6ad31816db99df1737759ddafe999ac9d84d69..adfb0d4ebb716be7d4719f55215611d8794b7f4f 100644 (file)
@@ -1396,7 +1396,6 @@ SWITCH_STANDARD_API(uuid_setvar_function)
                                        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");
                                }