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

pgamba
24.14.2007 b45a7bf251b59ef156cfd7f3235384ac8835fcd4
opends/src/server/org/opends/server/tasks/InitializeTargetTask.java
@@ -133,9 +133,10 @@
    }
    catch(DirectoryException de)
    {
      // This log will go to the task log message
      logError(ErrorLogCategory.TASK,
          ErrorLogSeverity.SEVERE_ERROR,
          "Initialize Task stopped by error", 1);
          "Initialize Task stopped by error" + de.getErrorMessage(), 1);
      return TaskState.STOPPED_BY_ERROR;
    }