mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
Log a message when the app exits normally.
This commit is contained in:
parent
79d633f2ef
commit
4bc63670ab
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user