commit 87e44b444806321b52342fe9189a2d66339a7f4a Author: Isis Lovecruft isis@torproject.org Date: Sun Jan 12 03:57:12 2014 +0000
Log when we're dumping bridge assignments to a file in bridgedb.Bucket. --- lib/bridgedb/Bucket.py | 1 + 1 file changed, 1 insertion(+)
diff --git a/lib/bridgedb/Bucket.py b/lib/bridgedb/Bucket.py index 05f447e..a32adcd 100644 --- a/lib/bridgedb/Bucket.py +++ b/lib/bridgedb/Bucket.py @@ -211,6 +211,7 @@ class BucketManager: def dumpBridgesToFile(self, filename, bridges): """Dump a list of given bridges into a file """ + logging.debug("Dumping bridge assignments to file: %r" % filename) # get the bridge histories and sort by Time On Same Address bridgeHistories = [] for b in bridges:
tor-commits@lists.torproject.org