mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Log capabilities XML at connection startup.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user