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

neil_a_wilson
21.28.2007 6b7a5a19684483a7acbc63ff653610963db2dc58
opendj-sdk/opends/src/server/org/opends/server/tasks/RestoreTask.java
@@ -308,7 +308,7 @@
      }
      logError(ErrorLogCategory.BACKEND, ErrorLogSeverity.SEVERE_ERROR,
               e.getErrorMessage(), e.getErrorMessageID());
               e.getErrorMessage(), e.getMessageID());
      return TaskState.STOPPED_BY_ERROR;
    }
@@ -377,7 +377,7 @@
        }
        logError(ErrorLogCategory.BACKEND, ErrorLogSeverity.SEVERE_ERROR,
                 e.getErrorMessage(), e.getErrorMessageID());
                 e.getErrorMessage(), e.getMessageID());
        errorsEncountered = true;
      }
      DirectoryServer.notifyRestoreEnded(backend, restoreConfig, true);