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
6 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 6 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -3962,8 +3962,12 @@
      catch (NameNotFoundException x)
      {
        isOver = true;
        notifyListeners(getFormattedProgress(
        LOG.log(Level.INFO, "Initialization entry not found.");
        if (displayProgress)
        {
          notifyListeners(getFormattedProgress(
            INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get()));
        }
      }
      catch (NamingException ne)
      {