GUAC-865: Do not log newline characters.
This commit is contained in:
parent
1fc80182a3
commit
2aec59dd23
@ -83,7 +83,7 @@ void guac_rdp_disp_send_size(rdpContext* context, int width, int height) {
|
|||||||
if (guac_client_data->disp != NULL) {
|
if (guac_client_data->disp != NULL) {
|
||||||
|
|
||||||
guac_client_log(client, GUAC_LOG_DEBUG,
|
guac_client_log(client, GUAC_LOG_DEBUG,
|
||||||
"Resizing remote display to %ix%i\n",
|
"Resizing remote display to %ix%i",
|
||||||
width, height);
|
width, height);
|
||||||
|
|
||||||
DISPLAY_CONTROL_MONITOR_LAYOUT monitors[1] = {{
|
DISPLAY_CONTROL_MONITOR_LAYOUT monitors[1] = {{
|
||||||
|
Loading…
Reference in New Issue
Block a user