From fa09651fcea222d661803b6a86a79fbf6f147374 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Tue, 10 Jul 2012 17:46:34 -0400 Subject: fix regression in logging code revno 584 broke logging. This fixes as it intended. --- cloudinit/log.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cloudinit/log.py') diff --git a/cloudinit/log.py b/cloudinit/log.py index 0c6938d6..5fb4ae16 100644 --- a/cloudinit/log.py +++ b/cloudinit/log.py @@ -73,7 +73,7 @@ def setupLogging(cfg=None): # See if any of them actually load... am_tried = 0 - for log_cfg in enumerate(log_cfgs): + for log_cfg in log_cfgs: try: am_tried += 1 # Assume its just a string if not a filename -- cgit v1.2.3