GUAC-865: Do not log newline characters.

This commit is contained in:
Michael Jumper 2014-11-21 14:25:05 -08:00
parent 1fc80182a3
commit 2aec59dd23

View File

@ -83,7 +83,7 @@ void guac_rdp_disp_send_size(rdpContext* context, int width, int height) {
if (guac_client_data->disp != NULL) {
guac_client_log(client, GUAC_LOG_DEBUG,
"Resizing remote display to %ix%i\n",
"Resizing remote display to %ix%i",
width, height);
DISPLAY_CONTROL_MONITOR_LAYOUT monitors[1] = {{