GUACAMOLE-197: Tweak to comment

This commit is contained in:
Nick Couchman
2017-07-14 22:24:11 -04:00
parent aa556763b2
commit 015cb4aecd

View File

@@ -195,7 +195,7 @@ public class AuthenticationProviderService {
} }
} }
// Something unanticipated happened, so we panic and go back to login. // Something unanticipated happened, so panic and go back to login.
else { else {
logger.error("Unexpected failure authenticating with RADIUS server."); logger.error("Unexpected failure authenticating with RADIUS server.");
throw new GuacamoleInvalidCredentialsException("Unknown error trying to authenticate.", CredentialsInfo.USERNAME_PASSWORD); throw new GuacamoleInvalidCredentialsException("Unknown error trying to authenticate.", CredentialsInfo.USERNAME_PASSWORD);