From 22039832305e30e20b412544ed346e0379582c76 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Tue, 08 Apr 2008 21:56:30 +0000
Subject: [PATCH] Fix for issue 3112 (Uninstall's log file should mention user has aborted/quit the uninstallation).

---
 opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java b/opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
index f10cad0..99df8b3 100644
--- a/opendj-sdk/opends/src/guitools/org/opends/guitools/uninstaller/UninstallCliHelper.java
+++ b/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;
     }
 

--
Gitblit v1.10.0