mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-manager: Fix debug message
This commit is contained in:
parent
d0870fe9ca
commit
5512e192aa
@ -219,6 +219,9 @@ def parse_commandline():
|
||||
|
||||
|
||||
def launch_specific_window(engine, show, uri, uuid):
|
||||
if not show:
|
||||
return
|
||||
|
||||
logging.debug("Launching requested window '%s'" % show)
|
||||
if show == 'creator':
|
||||
engine.show_domain_creator(uri)
|
||||
|
Loading…
Reference in New Issue
Block a user