GUACAMOLE-514: Slight correction to debug message.
This commit is contained in:
parent
61d12f1668
commit
7ac840090e
@ -45,7 +45,7 @@ rfbCredential* guac_vnc_get_credentials(rfbClient* client, int credentialType) {
|
|||||||
guac_client_abort(gc, GUAC_PROTOCOL_STATUS_SERVER_ERROR,
|
guac_client_abort(gc, GUAC_PROTOCOL_STATUS_SERVER_ERROR,
|
||||||
"Unsupported credential type requested.");
|
"Unsupported credential type requested.");
|
||||||
guac_client_log(gc, GUAC_LOG_DEBUG,
|
guac_client_log(gc, GUAC_LOG_DEBUG,
|
||||||
"Unable to provided requested credential %d.",
|
"Unable to provide requested type of credential: %d.",
|
||||||
credentialType);
|
credentialType);
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user