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

abobrov
28.20.2008 0c69096b9e9fe5265c4a62a75072c9177ec28253
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/BackendImpl.java
@@ -436,6 +436,10 @@
    // Make sure the thread counts are zero for next initialization.
    threadTotalCount.set(0);
    threadWriteCount.set(0);
    // Log an informational message.
    Message message = NOTE_BACKEND_OFFLINE.get(cfg.getBackendId());
    logError(message);
  }