Hide "Error while shutting down tabs" message.

This makes no sense at all, yet seems to happen when closing qutebrowser on OS
X via Cmd+Q.
This commit is contained in:
Florian Bruhin 2015-03-05 21:46:56 +01:00
parent a46d36b3b0
commit 7c125642b9

View File

@ -232,7 +232,7 @@ class TabbedBrowser(tabwidget.TabWidget):
try:
self.currentChanged.disconnect()
except TypeError:
log.destroy.exception("Error while shutting down tabs")
log.destroy.debug("Error while shutting down tabs")
for tab in self.widgets():
self._remove_tab(tab)