mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

boli
01.39.2007 688f976ffc607362bf04af6afa3d97bf86401ae4
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/RootContainer.java
@@ -399,10 +399,12 @@
          preloadConfig.setMaxMillisecs(timeRemaining);
          PreloadStats preloadStats = db.preload(preloadConfig);
/*
          System.out.println("file=" + db.getDatabaseName() +
                             " LNs=" + preloadStats.getNLNsLoaded());
*/
          if(debugEnabled())
          {
            debugInfo("file=" + db.getDatabaseName() +
                      " LNs=" + preloadStats.getNLNsLoaded());
          }
          // Stop if the cache is full or the time limit has been exceeded.
          if (preloadStats.getStatus() != PreloadStatus.SUCCESS)
@@ -596,9 +598,12 @@
        String newValue = newEnvConfig.getConfigParam(param.getName());
        if (!oldValue.equalsIgnoreCase(newValue))
        {
          System.out.println("The change to the following property will " +
                             "take effect when the backend is restarted: " +
                             param.getName());
          if(debugEnabled())
          {
            debugInfo("The change to the following property will " +
                      "take effect when the backend is restarted: " +
                      param.getName());
          }
        }
      }
    }