diff options
author | speidy <speidy@gmail.com> | 2017-01-15 08:46:04 +0200 |
---|---|---|
committer | speidy <speidy@gmail.com> | 2017-01-15 08:46:04 +0200 |
commit | 0a5bc44a0bd8100be3592bc155cf4b28ccb9cd17 (patch) | |
tree | 57fdbc533bc97723cb2e7465a1c15082cf11a929 /libxrdp/xrdp_sec.c | |
parent | 6810aa3f7988ee7763cca4bab4e0fad984062218 (diff) | |
download | xrdp-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.c | 2 |
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; } |