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

pgamba
24.14.2007 72c69902fe0dbe173e65cc25f345a7c14d01768e
opendj-sdk/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;
    }