[Pkg-privacy-commits] [onioncircuits] 01/17: Fix log message
Sascha Steinbiss
sascha at steinbiss.name
Fri Feb 19 00:32:08 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository onioncircuits.
commit 07630b21a26f94265ca96e4a83f6d974fe3e184d
Author: Alan <alan at boum.org>
Date: Mon Nov 16 17:46:01 2015 +0000
Fix log message
Should-fix: #10516
---
tormonitor | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tormonitor b/tormonitor
index 123bdd6..9abb957 100755
--- a/tormonitor
+++ b/tormonitor
@@ -287,10 +287,10 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
if self._treestore.iter_is_valid(treeiter):
self._treestore.remove(treeiter)
else:
- # It may happen that the treeiter is not valid anymore
+ # XXX: it may happen that the treeiter is not valid anymore
# e.g. because it represents a stream that has been remapped
# to another circuit.
- logging.warn("cannot remove %s which is not valid")
+ logging.warn("cannot remove %s which is not valid" % treeiter)
return False # to cancel the repetition when used in timeout_add
# Circuits
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/onioncircuits.git
More information about the Pkg-privacy-commits
mailing list