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

jvergara
25.36.2007 78989ca2185e2c2efc6c49cd2a809effe093a266
Add log lines to help tracking down issues with replication initialization.
2 files modified
4 ■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java 3 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/replicationcli/ReplicationCliMain.java
@@ -5503,6 +5503,7 @@
        {
          isOver = true;
          Message errorMsg;
          LOG.log(Level.INFO, "Last task entry: "+sr);
          if (displayProgress && (msg != null) && !msg.equals(lastDisplayedMsg))
          {
            printProgressMessage(msg);
@@ -5549,7 +5550,7 @@
            }
          }
          else
            {
          {
            if (displayProgress)
            {
              printProgressMessage(INFO_SUFFIX_INITIALIZED_SUCCESSFULLY.get());
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/Installer.java
@@ -4096,6 +4096,7 @@
        {
          isOver = true;
          Message errorMsg;
          LOG.log(Level.INFO, "Last task entry: "+sr);
          if (displayProgress && (msg != null) && !msg.equals(lastDisplayedMsg))
          {
            notifyListeners(getFormattedProgress(msg));