mirror of
https://github.com/Hopiu/linkchecker.git
synced 2026-04-24 08:04:44 +00:00
status prefix
git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@1565 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
parent
b8f0ca1c92
commit
39a6c0aeb0
1 changed files with 2 additions and 2 deletions
|
|
@ -150,8 +150,8 @@ class Consumer (object):
|
|||
links = self.linknumber
|
||||
tocheck = len(self.urls)
|
||||
duration = linkcheck.strformat.strduration(curtime - start_time)
|
||||
print >> sys.stderr, _("%5d urls queued, %4d links checked, "\
|
||||
"%2d active threads, runtime %s")\
|
||||
print >> sys.stderr, _("Status: %5d urls queued, "\
|
||||
"%4d urls checked, %2d active threads, runtime %s")\
|
||||
% (tocheck, links, active, duration)
|
||||
finally:
|
||||
self.lock.release()
|
||||
|
|
|
|||
Loading…
Reference in a new issue