Skip to content

Commit

Permalink
Use debug logging for explicit timezone message
Browse files Browse the repository at this point in the history
  • Loading branch information
cdown committed Jun 16, 2018
1 parent d4e091f commit 296e438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tzupdate.py
Expand Up @@ -214,7 +214,7 @@ def main(argv=None, services=SERVICES):

if args.timezone:
timezone = args.timezone
print("Using explicitly passed timezone: %s" % timezone)
log.debug("Using explicitly passed timezone: %s", timezone)
else:
q = Queue()

Expand Down

0 comments on commit 296e438

Please sign in to comment.