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

Matthew Swift
09.44.2012 efd7dae60d84bcd347b8d3232ff393e8987007cf
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/util/InProcessServerController.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2008-2010 Sun Microsystems, Inc.
 *      Portions copyright 2012 ForgeRock AS.
 */
package org.opends.quicksetup.util;
@@ -571,8 +572,8 @@
              TextDebugLogPublisher.getStartupTextDebugPublisher(debugWriter);
      DebugLogger.addDebugLogPublisher(startupDebugPublisher);
      startupErrorPublisher =
              TextErrorLogPublisher.getStartupTextErrorPublisher(errorWriter);
      startupErrorPublisher = TextErrorLogPublisher
          .getServerStartupTextErrorPublisher(errorWriter);
      ErrorLogger.addErrorLogPublisher(startupErrorPublisher);
      startupAccessPublisher =
@@ -586,12 +587,6 @@
    }
  }
  static private void unregisterListenersForOutput() {
    DebugLogger.removeDebugLogPublisher(startupDebugPublisher);
    ErrorLogger.removeErrorLogPublisher(startupErrorPublisher);
    AccessLogger.removeAccessLogPublisher(startupAccessPublisher);
  }
  /**
   * Compares two lists of attributes for equality.  Any non-user attributes
   * are ignored during comparison.