stefan-egli commented on code in PR #1402:
URL: https://github.com/apache/jackrabbit-oak/pull/1402#discussion_r1552193622


##########
oak-store-document/src/main/java/org/apache/jackrabbit/oak/plugins/document/VersionGarbageCollector.java:
##########
@@ -1664,21 +1687,22 @@ public void close() {
         public void removeGarbage(final VersionGCStats stats) {
 
             if (updateOpList.isEmpty() && orphanOrDeletedRemovalMap.isEmpty()) 
{
-                if (log.isDebugEnabled() || isDetailedGCDryRun) {
-                    log.debug("Skipping removal of detailed garbage, cause no 
garbage detected");
+                if (DETAILED_GC_LOG.isDebugEnabled() || isDetailedGCDryRun) {
+                    DETAILED_GC_LOG.debug("Skipping removal of detailed 
garbage, cause no garbage detected");

Review Comment:
   is this needed in the audit?



-- 
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: dev-unsubscr...@jackrabbit.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to