From fcac1a26f8ee1d119ab5e39c39167c68aa1c7d3e Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Tue, 14 Jan 2020 15:40:04 -0800 Subject: [PATCH] GUACAMOLE-249: Remove extra warning resulting from merge. If the admin intentionally disables both copy and paste, then there is no need to log a warning that this is the case; it was intentional. A warning will likely set off alarm bells within production log monitoring systems. --- src/protocols/rdp/rdp.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/protocols/rdp/rdp.c b/src/protocols/rdp/rdp.c index 6d8381d3..256b2e49 100644 --- a/src/protocols/rdp/rdp.c +++ b/src/protocols/rdp/rdp.c @@ -103,9 +103,6 @@ BOOL rdp_freerdp_pre_connect(freerdp* instance) { /* Load "cliprdr" service if not disabled */ if (!(settings->disable_copy && settings->disable_paste)) guac_rdp_clipboard_load_plugin(rdp_client->clipboard, context); - else - guac_client_log(client, GUAC_LOG_WARNING, - "Copy and paste are both disabled. Clipboard plugin will not be loaded."); /* If RDPSND/RDPDR required, load them */ if (settings->printing_enabled