Always show log during connection

ulab-next-nosound
Timothy Pearson 5 years ago
parent 7e78d6c7a0
commit 5eadc4e762

@ -1969,6 +1969,7 @@ int APP_CC
xrdp_wm_log_msg(struct xrdp_wm *self, char *msg) xrdp_wm_log_msg(struct xrdp_wm *self, char *msg)
{ {
add_string_to_logwindow(msg, self->log); add_string_to_logwindow(msg, self->log);
xrdp_wm_show_log(self);
return 0; return 0;
} }

Loading…
Cancel
Save