commit 0c0e8ee5686db25c4333dd62ea590150964839dd
Author: Isis Lovecruft <[email protected]>
Date:   Sun Jan 12 03:47:22 2014 +0000

    Log when we dump assignments to a file.
---
 lib/bridgedb/Bridges.py |    1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/bridgedb/Bridges.py b/lib/bridgedb/Bridges.py
index 82222ef..93360ed 100644
--- a/lib/bridgedb/Bridges.py
+++ b/lib/bridgedb/Bridges.py
@@ -908,6 +908,7 @@ class BridgeRing(BridgeHolder):
         return self.bridgesByID.get(fp)
 
     def dumpAssignments(self, f, description=""):
+        logging.info("Dumping bridge assignments for %s..." % self.name)
         for b in self.bridges.itervalues():
             desc = [ description ]
             ident = b.getID()



_______________________________________________
tor-commits mailing list
[email protected]
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits

Reply via email to