mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-07-30 10:08:44 -04:00
logging
This commit is contained in:
parent
f4f0c02064
commit
d2b8171fb0
1 changed files with 1 additions and 0 deletions
|
@ -156,6 +156,7 @@ class ElapsedMixIn(object):
|
|||
if ss['stop']:
|
||||
dt += (ss['stop'] - ss['start']).total_seconds()
|
||||
else:
|
||||
self.logger.warning("missing expected ss['stop']")
|
||||
dt += (doublethink.utcnow() - ss['start']).total_seconds()
|
||||
ss = self.starts_and_stops[-1]
|
||||
if ss['stop']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue