mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-04 17:47:19 +03:00
create: Don't log inaccurate 'close' message
This commit is contained in:
parent
c37d0db001
commit
404b5dedc2
@ -173,7 +173,8 @@ class vmmCreate(vmmGObjectUI):
|
||||
self.topwin.present()
|
||||
|
||||
def close(self, ignore1=None, ignore2=None):
|
||||
logging.debug("Closing new vm wizard")
|
||||
if self.is_visible():
|
||||
logging.debug("Closing new vm wizard")
|
||||
self.topwin.hide()
|
||||
|
||||
if self.config_window:
|
||||
|
Loading…
x
Reference in New Issue
Block a user