Fix use of logging instead of logger

(imported from commit cd25471e842e089d5032b07bcd83c6fe44d03a2d)
This commit is contained in:
Zev Benjamin 2013-05-09 13:50:21 -04:00
parent fcb6336642
commit 223ac22a13

View file

@ -284,7 +284,7 @@ def process_loop(log):
try:
maybe_restart_mirroring_script()
if restart_check_count > 0:
logging.info("Stopped getting errors checking whether restart is required.")
logger.info("Stopped getting errors checking whether restart is required.")
restart_check_count = 0
except Exception:
if restart_check_count < 5: