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

coulbeck
10.40.2007 86d6566a6943c86d19f1a2bfd2ccd82d97223804
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)
      {