[Pkg-privacy-commits] [onioncircuits] 07/62: Fix debugging message
Intrigeri
intrigeri at moszumanska.debian.org
Thu Feb 18 20:20:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
intrigeri pushed a commit to branch master
in repository onioncircuits.
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/onioncircuits.git
More information about the Pkg-privacy-commits
mailing list