nabarunnag commented on a change in pull request #7375: URL: https://github.com/apache/geode/pull/7375#discussion_r816130357
########## File path: geode-core/src/main/java/org/apache/geode/internal/cache/tier/sockets/command/Size.java ########## @@ -72,7 +72,7 @@ public void cmdExecute(final @NotNull Message clientMessage, String regionName = regionNamePart.getCachedString(); if (regionName == null) { - logger.warn("The input region name for the %s request is null", "size"); + logger.warn("The input region name for the size request is null"); Review comment: Done with https://github.com/apache/geode/pull/7399 -- 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: notifications-unsubscr...@geode.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org