GUACAMOLE-203: Fix issue using guac_client_log instead of guac_user_log.

This commit is contained in:
Nick Couchman 2017-06-14 13:01:01 -04:00
parent 8c24c77d55
commit ed77114038

View File

@ -538,7 +538,7 @@ guac_common_ssh_session* guac_common_ssh_create_session(guac_client* client,
/* Warn if keepalive below minimum value */ /* Warn if keepalive below minimum value */
if (keepalive == 1) { if (keepalive == 1) {
guac_user_log(user, GUAC_LOG_WARNING, "keepalive interval will " guac_client_log(client, GUAC_LOG_WARNING, "keepalive interval will "
"be rounded up to minimum value of 2."); "be rounded up to minimum value of 2.");
} }