Always show log during connection

ulab-next
Timothy Pearson 5 years ago
parent 88147d29e0
commit b89c42ec96

@ -1935,6 +1935,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;
}

Loading…
Cancel
Save