[Libvirt-cim] [PATCH] [TEST] Print info messages instead of errors in check_guest_state()

Kaitlin Rupert kaitlin at linux.vnet.ibm.com
Wed Jan 7 18:10:17 UTC 2009


# HG changeset patch
# User Kaitlin Rupert <karupert at us.ibm.com>
# Date 1231351800 28800
# Node ID 64672f2644fb26a6788f171685269e59b9029142
# Parent  f0ebc2def018b3d34a897762e249e922ca44f71f
[TEST] Print info messages instead of errors in check_guest_state()

Signed-off-by: Kaitlin Rupert <karupert at us.ibm.com>

diff -r f0ebc2def018 -r 64672f2644fb suites/libvirt-cim/lib/XenKvmLib/vxml.py
--- a/suites/libvirt-cim/lib/XenKvmLib/vxml.py	Wed Jan 07 09:51:15 2009 -0800
+++ b/suites/libvirt-cim/lib/XenKvmLib/vxml.py	Wed Jan 07 10:10:00 2009 -0800
@@ -547,8 +547,7 @@
                                 (cs.RequestedState, req_state))
 
         except Exception, detail:
-            logger.error("Unable to check guest state")
-            logger.error("Exception: %s" % detail)
+            logger.info("Exception: %s" % detail)
             return FAIL
 
         return PASS




More information about the Libvirt-cim mailing list