create: Don't log inaccurate 'close' message

This commit is contained in:
Cole Robinson 2014-02-05 14:25:01 -05:00
parent c37d0db001
commit 404b5dedc2

View File

@ -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: