[Pkg-privacy-commits] [tor-monitor] 07/39: Fix debugging message
Sascha Steinbiss
sascha-guest at moszumanska.debian.org
Tue Aug 25 18:00:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository tor-monitor.
commit 3d882916e6e71f8bca606434430a1e29d4c54b5e
Author: Tails developers <tails at boum.org>
Date: Tue Feb 17 03:25:43 2015 +0100
Fix debugging message
circ_id is a string.
---
tormonitor | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tormonitor b/tormonitor
index 06e0ec0..999f2d7 100755
--- a/tormonitor
+++ b/tormonitor
@@ -328,7 +328,7 @@ class TorMonitorWindow(Gtk.ApplicationWindow):
try:
circuit = self.controller.get_circuit(circ_id)
except ValueError, e: # The circuit doesn't exist anymore
- logging.debug("circuit %i not known by Tor: %s" % (circ_id, e))
+ logging.debug("circuit %s not known by Tor: %s" % (circ_id, e))
return False
self.show_circuit_details(circuit)
return False
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tor-monitor.git
More information about the Pkg-privacy-commits
mailing list