Skip to content

Commit

Permalink
wait logs
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jul 22, 2019
1 parent 60db64a commit 3a6cccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook/zmes_hook_helpers/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def import_zm_zones(mid):
# downloaded ZM image files for future analysis
def download_files(args):
if g.config['wait'] > 0:
g.logger.debug ('sleeping for {} seconds before downloading'.format(g.config['wait']))
g.logger.info ('Sleeping for {} seconds before downloading'.format(g.config['wait']))
time.sleep(g.config['wait'])

if g.config['portal'].lower().startswith('https://'):
Expand Down

0 comments on commit 3a6cccd

Please sign in to comment.