From 223ac22a13419ad33bed49aaae3c121c85593d7d Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Thu, 9 May 2013 13:50:21 -0400 Subject: [PATCH] Fix use of logging instead of logger (imported from commit cd25471e842e089d5032b07bcd83c6fe44d03a2d) --- bots/zephyr_mirror_backend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bots/zephyr_mirror_backend.py b/bots/zephyr_mirror_backend.py index 387a09c..978e3c4 100755 --- a/bots/zephyr_mirror_backend.py +++ b/bots/zephyr_mirror_backend.py @@ -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: