virt-manager: Fix debug message

This commit is contained in:
Cole Robinson 2010-12-16 14:55:01 -05:00
parent d0870fe9ca
commit 5512e192aa

View File

@ -219,6 +219,9 @@ def parse_commandline():
def launch_specific_window(engine, show, uri, uuid): def launch_specific_window(engine, show, uri, uuid):
if not show:
return
logging.debug("Launching requested window '%s'" % show) logging.debug("Launching requested window '%s'" % show)
if show == 'creator': if show == 'creator':
engine.show_domain_creator(uri) engine.show_domain_creator(uri)