patch from MODAPP-46

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6156 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-11-02 22:13:36 +00:00
parent e707c8e6a0
commit 0c7dd83fa0
1 changed files with 0 additions and 1 deletions

View 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");
}