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

coulbeck
10.40.2007 8077318dbc896aa500a1846a4720c945fbda7e64
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/BackendImpl.java
@@ -1162,10 +1162,12 @@
        rootContainer = null;
        // Sync the environment to disk.
        int msgID = MSGID_JEB_IMPORT_CLOSING_DATABASE;
        String message = getMessage(msgID);
        logError(ErrorLogCategory.BACKEND, ErrorLogSeverity.NOTICE,
                 message, msgID);
        if (debugEnabled())
        {
          int msgID = MSGID_JEB_IMPORT_CLOSING_DATABASE;
          String message = getMessage(msgID);
          TRACER.debugInfo(message);
        }
      }
      catch (DatabaseException de)
      {