Log a message when the app exits normally.

This commit is contained in:
Cole Robinson 2008-10-30 09:25:53 -04:00
parent 79d633f2ef
commit 4bc63670ab

View File

@ -326,6 +326,7 @@ class vmmEngine(gobject.GObject):
conns = self.connections.values()
for conn in conns:
conn["connection"].close()
logging.debug("Exiting app normally.")
gtk.main_quit()
def wait_for_open(self, uri):