GUACAMOLE-203: Tweak warning message sent to users.
This commit is contained in:
parent
df718395e8
commit
89b9a905db
@ -790,7 +790,7 @@ guac_rdp_settings* guac_rdp_parse_args(guac_user* user,
|
|||||||
IDX_SFTP_SERVER_ALIVE_INTERVAL, 0);
|
IDX_SFTP_SERVER_ALIVE_INTERVAL, 0);
|
||||||
if (settings->sftp_server_alive_interval == 1)
|
if (settings->sftp_server_alive_interval == 1)
|
||||||
guac_user_log(user, GUAC_LOG_WARNING, "The minimum allowed "
|
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
|
#endif
|
||||||
|
|
||||||
/* Read recording path */
|
/* Read recording path */
|
||||||
|
Loading…
Reference in New Issue
Block a user