mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
create: Fix minor debugging typo
This commit is contained in:
parent
89dbf1e7cf
commit
e8a040ae83
@ -1201,7 +1201,7 @@ class vmmCreate(vmmGObjectUI):
|
||||
if (gtype == virtinst.VirtualGraphics.TYPE_SPICE and not
|
||||
virtinst.support.check_conn_support(guest.conn,
|
||||
virtinst.support.SUPPORT_CONN_HV_GRAPHICS_SPICE)):
|
||||
logging.debug("Spice requested by HV doesn't support it. "
|
||||
logging.debug("Spice requested but HV doesn't support it. "
|
||||
"Using VNC graphics.")
|
||||
gtype = virtinst.VirtualGraphics.TYPE_VNC
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user