summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <tpearson@raptorengineering.com>2019-03-04 08:08:07 -0600
committerTimothy Pearson <tpearson@raptorengineering.com>2019-03-17 00:34:03 -0500
commit5eadc4e76295bbf5283636ed498d5d38d8411360 (patch)
tree3991c6b5bb6a8c41a914522c59892201202b884a
parent7e78d6c7a03d2905d5ba58b5961da0e4714e8b38 (diff)
downloadxrdp-proprietary-5eadc4e76295bbf5283636ed498d5d38d8411360.tar.gz
xrdp-proprietary-5eadc4e76295bbf5283636ed498d5d38d8411360.zip
Always show log during connection
-rw-r--r--xrdp/xrdp_wm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xrdp/xrdp_wm.c b/xrdp/xrdp_wm.c
index 3b223902..bb4d89ce 100644
--- a/xrdp/xrdp_wm.c
+++ b/xrdp/xrdp_wm.c
@@ -1969,6 +1969,7 @@ int APP_CC
xrdp_wm_log_msg(struct xrdp_wm *self, char *msg)
{
add_string_to_logwindow(msg, self->log);
+ xrdp_wm_show_log(self);
return 0;
}