GUACAMOLE-203: Tweak warning message sent to users.

Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/commit/89b9a905
Tree: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/tree/89b9a905
Diff: 
http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/diff/89b9a905

Branch: refs/heads/master
Commit: 89b9a905db221da2b2c0c8c035141b3f4d8c15da
Parents: df71839
Author: Nick Couchman <[email protected]>
Authored: Wed Jun 14 11:11:32 2017 -0400
Committer: Nick Couchman <[email protected]>
Committed: Wed Jun 14 11:11:32 2017 -0400

----------------------------------------------------------------------
 src/protocols/rdp/rdp_settings.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-guacamole-server/blob/89b9a905/src/protocols/rdp/rdp_settings.c
----------------------------------------------------------------------
diff --git a/src/protocols/rdp/rdp_settings.c b/src/protocols/rdp/rdp_settings.c
index 98ecdbb..eebf902 100644
--- a/src/protocols/rdp/rdp_settings.c
+++ b/src/protocols/rdp/rdp_settings.c
@@ -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 */

Reply via email to