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

dugan
20.43.2008 0597e30647b841c920674e33d6d18c6851fca10f
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/importLDIF/Importer.java
@@ -1049,7 +1049,7 @@
        if (deltaCount > 0) {
          cacheMissRate = nCacheMiss/(float)deltaCount;
        }
        message = INFO_JEB_IMPORT_CACHE_AND_MEMORY_REPORT.get(
        message = NOTE_JEB_IMPORT_CACHE_AND_MEMORY_REPORT.get(
            freeMemory, cacheMissRate);
        logError(message);
        long evictPasses = envStats.getNEvictPasses();