From 653a23d79d6bd2167e0c84e0ed0a0d9b03344c0f Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Tue, 12 May 2009 11:12:37 -0400 Subject: [PATCH] Log capabilities XML at connection startup. --- src/virtManager/connection.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/virtManager/connection.py b/src/virtManager/connection.py index 3a0dd9efc..b2257307d 100644 --- a/src/virtManager/connection.py +++ b/src/virtManager/connection.py @@ -634,6 +634,8 @@ class vmmConnection(gobject.GObject): gtk.gdk.threads_enter() try: if self.state == self.STATE_ACTIVE: + logging.debug("%s capabilities:\n%s" % + (self.get_uri(), self.vmm.getCapabilities())) self.tick() # If VMs disappeared since the last time we connected to # this uri, remove their gconf entries so we don't pollute