mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-07 13:41:21 +00:00
GUAC-830: FIx typo in error message.
This commit is contained in:
@@ -231,7 +231,7 @@ public class ConfigurableGuacamoleTunnelService
|
|||||||
|
|
||||||
// Too many connections by this user
|
// Too many connections by this user
|
||||||
if (userSpecificFailure)
|
if (userSpecificFailure)
|
||||||
throw new GuacamoleClientTooManyException("Cannot connect. Connection group already in use by this user.");
|
throw new GuacamoleClientTooManyException("Cannot connect. Connection already in use by this user.");
|
||||||
|
|
||||||
// Too many connections, but not necessarily due purely to this user
|
// Too many connections, but not necessarily due purely to this user
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user