mike-jumper commented on code in PR #1136:
URL: https://github.com/apache/guacamole-client/pull/1136#discussion_r2615516392


##########
extensions/guacamole-auth-radius/src/main/java/org/apache/guacamole/auth/radius/AuthenticationProviderService.java:
##########
@@ -95,15 +95,13 @@ private GuacamoleRadiusChallenge 
getRadiusChallenge(RadiusPacket challengePacket
         RadiusAttribute stateAttr = 
challengePacket.findAttribute(Attr_State.TYPE);
         if (stateAttr == null) {
             logger.error("Something went wrong, state attribute not present.");
-            logger.debug("State Attribute turned up null, which shouldn't 
happen in AccessChallenge.");

Review Comment:
   OK - I think I've clarified both these messages a bit.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to