jinmeiliao commented on a change in pull request #6923:
URL: https://github.com/apache/geode/pull/6923#discussion_r723533651



##########
File path: 
geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/MessageDispatcher.java
##########
@@ -422,7 +422,7 @@ protected void runDispatcher() {
           wait_for_re_auth_start_time = -1;
         } catch (NotAuthorizedException notAuthorized) {
           // behave as if the message is dispatched, remove from the queue
-          logger.info("skip delivering message: " + clientMessage, 
notAuthorized);
+          logger.warn("skip delivering message: " + clientMessage, 
notAuthorized);

Review comment:
       by a previous review comment when this was introduced. Thought I can 
address it here.




-- 
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