From 7ac840090e2d76ba97698dc4a527812b25c6744f Mon Sep 17 00:00:00 2001 From: Nick Couchman Date: Mon, 12 Aug 2019 19:45:45 -0400 Subject: [PATCH] GUACAMOLE-514: Slight correction to debug message. --- src/protocols/vnc/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/protocols/vnc/auth.c b/src/protocols/vnc/auth.c index 6374da53..8cc6b1d7 100644 --- a/src/protocols/vnc/auth.c +++ b/src/protocols/vnc/auth.c @@ -45,7 +45,7 @@ rfbCredential* guac_vnc_get_credentials(rfbClient* client, int credentialType) { guac_client_abort(gc, GUAC_PROTOCOL_STATUS_SERVER_ERROR, "Unsupported credential type requested."); guac_client_log(gc, GUAC_LOG_DEBUG, - "Unable to provided requested credential %d.", + "Unable to provide requested type of credential: %d.", credentialType); return NULL;