nabarunnag commented on a change in pull request #7375: URL: https://github.com/apache/geode/pull/7375#discussion_r808515455
########## File path: geode-core/src/main/java/org/apache/geode/internal/cache/PartitionedRegionDataStore.java ########## @@ -1257,7 +1257,7 @@ boolean canAccommodateMoreBytesSafely(int bytes) { final long curBytes = bytesInUse.get(); if (isDebugEnabled) { logger.debug( - "canAccomodateMoreBytes: bytes = {} allocatedMemory = {} newAllocatedSize = {} thresholdSize = ", + "canAccomodateMoreBytes: bytes ={} allocatedMemory ={} newAllocatedSize ={} thresholdSize ={}", Review comment: was trying to keep the spacing unform in a way. There are no spaces in ':{}' (sometimes they do) hence was trying to keep things uniform. -- 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