[or-cvs] r21106: {torflow} Demote clipping log message. (torflow/trunk/NetworkScanners/BwAuthority)

mikeperry at seul.org mikeperry at seul.org
Sun Dec 6 23:06:23 UTC 2009


Author: mikeperry
Date: 2009-12-06 18:06:23 -0500 (Sun, 06 Dec 2009)
New Revision: 21106

Modified:
   torflow/trunk/NetworkScanners/BwAuthority/aggregate.py
Log:

Demote clipping log message.



Modified: torflow/trunk/NetworkScanners/BwAuthority/aggregate.py
===================================================================
--- torflow/trunk/NetworkScanners/BwAuthority/aggregate.py	2009-12-06 23:02:39 UTC (rev 21105)
+++ torflow/trunk/NetworkScanners/BwAuthority/aggregate.py	2009-12-06 23:06:23 UTC (rev 21106)
@@ -326,7 +326,7 @@
   # Go through the list and cap them to NODE_CAP
   for n in nodes.itervalues():
     if n.new_bw > tot_net_bw*NODE_CAP:
-      plog("NOTICE", "Clipping extremely fast node "+n.idhex+"="+n.nick+
+      plog("INFO", "Clipping extremely fast node "+n.idhex+"="+n.nick+
            " at "+str(100*NODE_CAP)+"% of network capacity ("
            +str(n.new_bw)+"->"+str(int(tot_net_bw*NODE_CAP))+")")
       n.new_bw = int(tot_net_bw*NODE_CAP)



More information about the tor-commits mailing list