Skip to content

Commit

Permalink
Remove duplicate DEBUG output
Browse files Browse the repository at this point in the history
allow_multimon and new_cursors are printed twice

(cherry picked from commit bf81557)
  • Loading branch information
rowlap authored and metalefty committed Mar 6, 2024
1 parent 7700fcb commit 790834a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions xrdp/xrdp_login_wnd.c
Original file line number Diff line number Diff line change
Expand Up @@ -1458,8 +1458,6 @@ load_xrdp_config(struct xrdp_config *config, const char *xrdp_ini, int bpp)
LOG(LOG_LEVEL_DEBUG, "tcp_keepalive: %d", globals->tcp_keepalive);
LOG(LOG_LEVEL_DEBUG, "tcp_send_buffer_bytes: %d", globals->tcp_send_buffer_bytes);
LOG(LOG_LEVEL_DEBUG, "tcp_recv_buffer_bytes: %d", globals->tcp_recv_buffer_bytes);
LOG(LOG_LEVEL_DEBUG, "new_cursors: %d", globals->new_cursors);
LOG(LOG_LEVEL_DEBUG, "allow_multimon: %d", globals->allow_multimon);

LOG(LOG_LEVEL_DEBUG, "grey: %d", globals->grey);
LOG(LOG_LEVEL_DEBUG, "black: %d", globals->black);
Expand Down

0 comments on commit 790834a

Please sign in to comment.