commit 86a70ea65da0a82ef40fb06e1ad3090ec199bd07 Author: aagbsn aagbsn@extc.org Date: Fri Jun 17 13:39:16 2011 -0700
added log entry when scan completes --- NetworkScanners/BwAuthority/bwauthority.py | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/NetworkScanners/BwAuthority/bwauthority.py b/NetworkScanners/BwAuthority/bwauthority.py index bcc9a49..52385f0 100644 --- a/NetworkScanners/BwAuthority/bwauthority.py +++ b/NetworkScanners/BwAuthority/bwauthority.py @@ -30,6 +30,7 @@ def main(argv): if (p.returncode == 0): slice_num += 1 elif (p.returncode == bwauthority_child.STOP_PCT_REACHED): + plog('INFO', 'stop_pct reached, restarting from slice 0') slice_num = 0 else: plog('WARN', 'Child process returned %s' % p.returncode)
tor-commits@lists.torproject.org