libxrdp: use log_message

This commit is contained in:
speidy 2017-01-15 08:46:04 +02:00
parent 6810aa3f79
commit 0a5bc44a0b
1 changed files with 1 additions and 1 deletions

View File

@ -1864,7 +1864,7 @@ xrdp_sec_process_mcs_data_channels(struct xrdp_sec *self, struct stream *s)
in_uint8a(s, channel_item->name, 8);
if (g_strlen(channel_item->name) == 0)
{
g_writeln("xrdp_sec_process_mcs_data_channels: got an empty channel name, ignoring it");
log_message(LOG_LEVEL_WARNING, "xrdp_sec_process_mcs_data_channels: got an empty channel name, ignoring it");
g_free(channel_item);
continue;
}