GUACAMOLE-203: Tweak warning message sent to users.

This commit is contained in:
Nick Couchman 2017-06-14 11:11:32 -04:00
parent df718395e8
commit 89b9a905db

View File

@ -790,7 +790,7 @@ guac_rdp_settings* guac_rdp_parse_args(guac_user* user,
IDX_SFTP_SERVER_ALIVE_INTERVAL, 0);
if (settings->sftp_server_alive_interval == 1)
guac_user_log(user, GUAC_LOG_WARNING, "The minimum allowed "
"value for keepalives is 2 seconds.");
"value for keepalives is 2 seconds, this will be rounded up.");
#endif
/* Read recording path */