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

abobrov
09.58.2007 37057adc0f58b9d747ba3834180ce06d582e3f14
opends/src/server/org/opends/server/backends/jeb/BackendImpl.java
@@ -238,12 +238,6 @@
      }
    }
    // Log a warning that we have failed to checksum this db environment.
    int msgID = MSGID_JEB_BACKEND_CHECKSUM_FAIL;
    String message = getMessage(msgID, cfg.getBackendId());
    logError(ErrorLogCategory.BACKEND, ErrorLogSeverity.SEVERE_WARNING,
        message, msgID);
    return 0;
  }