summaryrefslogtreecommitdiffstats
path: root/libxrdp/xrdp_sec.c
diff options
context:
space:
mode:
authorspeidy <speidy@gmail.com>2017-01-15 08:46:04 +0200
committerspeidy <speidy@gmail.com>2017-01-15 08:46:04 +0200
commit0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17 (patch)
tree57fdbc533bc97723cb2e7465a1c15082cf11a929 /libxrdp/xrdp_sec.c
parent6810aa3f7988ee7763cca4bab4e0fad984062218 (diff)
downloadxrdp-proprietary-0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17.tar.gz
xrdp-proprietary-0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17.zip
libxrdp: use log_message
Diffstat (limited to 'libxrdp/xrdp_sec.c')
-rw-r--r--libxrdp/xrdp_sec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libxrdp/xrdp_sec.c b/libxrdp/xrdp_sec.c
index 15aa9786..422acfe2 100644
--- a/libxrdp/xrdp_sec.c
+++ b/libxrdp/xrdp_sec.c
@@ -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;
}