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

jvergara
21.03.2007 0af5344500b0f427af6b215820d9de078277c868
opends/src/guitools/org/opends/guitools/statuspanel/ConfigFromFile.java
@@ -128,13 +128,13 @@
    {
      LOG.log(Level.SEVERE, "Error reading config file: "+ioe, ioe);
      errorMessage = Utils.getThrowableMsg(
          INFO_ERROR_READING_CONFIG_FILE.get(), ioe);
          ERR_READING_CONFIG_FILE.get(), ioe);
    }
    catch (LDIFException le)
    {
      LOG.log(Level.SEVERE, "Error reading config file: "+le, le);
      errorMessage = Utils.getThrowableMsg(
          INFO_ERROR_READING_CONFIG_FILE.get(), le);
          ERR_READING_CONFIG_FILE.get(), le);
    }
    catch (Throwable t)
    {
@@ -142,7 +142,7 @@
      // Bug
      t.printStackTrace();
      errorMessage = Utils.getThrowableMsg(
          INFO_ERROR_READING_CONFIG_FILE.get(), t);
          ERR_READING_CONFIG_FILE.get(), t);
    }
    finally
    {