[blivet:rhel7/master 3/8] Log action cancelation (#1043763)

mulhern amulhern at redhat.com
Mon Mar 3 21:33:41 UTC 2014


Related: rbhz#1043763

Signed-off-by: mulhern <amulhern at redhat.com>
---
 blivet/devicetree.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/blivet/devicetree.py b/blivet/devicetree.py
index 1b283ec..38da3e3 100644
--- a/blivet/devicetree.py
+++ b/blivet/devicetree.py
@@ -386,6 +386,7 @@ class DeviceTree(object):
 
         action.cancel()
         self._actions.remove(action)
+        log.info("canceled action %s", action)
 
     def findActions(self, device=None, type=None, object=None, path=None,
                     devid=None):
-- 
1.8.3.1



More information about the anaconda-patches mailing list