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

jvergara
17.24.2007 ba283f2fb388687847369cb525ab3af15d7646b7
Only display the 'Base DN initialized successfully.' if we pass the displayProgress flag.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -3962,9 +3962,13 @@
      catch (NameNotFoundException x)
      {
        isOver = true;
        LOG.log(Level.INFO, "Initialization entry not found.");
        if (displayProgress)
        {
        notifyListeners(getFormattedProgress(
            INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get()));
      }
      }
      catch (NamingException ne)
      {
        throw new ApplicationException(