summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtkui/gtkui.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtkui/gtkui.py')
-rw-r--r--deluge/ui/gtkui/gtkui.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deluge/ui/gtkui/gtkui.py b/deluge/ui/gtkui/gtkui.py
index eecd02613..14954b179 100644
--- a/deluge/ui/gtkui/gtkui.py
+++ b/deluge/ui/gtkui/gtkui.py
@@ -294,8 +294,8 @@ class GtkUI(object):
try:
reactor.run()
except OverflowError:
- # Ticket 3010 reports an error that cannot replicate so catch
- # it and ignore it to prevent spamming logs.
+ # Ticket #3010 reports an overflow error from twisted glibbase that
+ # cannot be replicated so catch it and ignore it to prevent spamming logs.
pass
self.shutdown()
gtk.gdk.threads_leave()