This commit is contained in:
Jacob Sword 2017-04-08 19:05:22 -04:00
commit 37d91cd17b

View File

@ -792,7 +792,7 @@ class Application(QApplication):
def exit(self, status):
"""Extend QApplication::exit to log the event."""
log.destroy.debug("Now calling QApplication::exit.")
if 'debug_exit' in self._args.debug_flags:
if 'debug-exit' in self._args.debug_flags:
if hunter is None:
print("Not logging late shutdown because hunter could not be "
"imported!", file=sys.stderr)