GUACAMOLE-203: Fix issue using guac_client_log instead of guac_user_log.
This commit is contained in:
parent
8c24c77d55
commit
ed77114038
@ -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.");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user