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

jvergara
26.05.2008 b37aa637215bb61cee6f30651e52640128b08b8a
opends/src/guitools/org/opends/guitools/controlpanel/ControlPanelLauncher.java
@@ -43,7 +43,6 @@
import org.opends.messages.AdminToolMessages;
import org.opends.messages.Message;
import org.opends.quicksetup.Installation;
import org.opends.quicksetup.QuickSetupLog;
import org.opends.quicksetup.util.Utils;
import org.opends.server.util.ServerConstants;
import org.opends.server.util.StaticUtils;
@@ -131,9 +130,9 @@
      if (exitCode != 0)
      {
        String logFileName = null;
        if (QuickSetupLog.getLogFile() != null)
        if (ControlPanelLog.getLogFile() != null)
        {
          logFileName = QuickSetupLog.getLogFile().toString();
          logFileName = ControlPanelLog.getLogFile().toString();
        }
        if (logFileName != null)
        {
@@ -233,7 +232,7 @@
    catch (InterruptedException ie)
    {
      /* An error occurred, so the return value will be -1.  We got nothing to
    do with this exception. */
      do with this exception. */
    }
    System.setErr(printStream);
    return returnValue[0];