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

jvergara
08.56.2008 22039832305e30e20b412544ed346e0379582c76
Fix for issue 3112 (Uninstall's log file should mention user has aborted/quit the uninstallation).

Add a couple of log lines.
2 files modified
2 ■■■■■ changed files
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDS.java 1 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
@@ -248,6 +248,7 @@
    if (isCancelled && !userData.isForceOnError())
    {
      LOG.log(Level.INFO, "User cancelled uninstall.");
      userData = null;
    }
opendj-sdk/opends/src/server/org/opends/server/tools/InstallDS.java
@@ -454,6 +454,7 @@
          userApproved = true;
          break;
        case CANCEL:
          LOG.log(Level.INFO, "User cancelled setup.");
          return ErrorReturnCode.ERROR_USER_CANCELLED.getReturnCode();
        default:
          // Reset the arguments