From df7da118d0fff58d4eb3832ded30aefd87bf3594 Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Fri, 18 Jun 2010 10:30:40 -0400 Subject: add debug log message for 'running' config module --- cloud-init-cfg.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cloud-init-cfg.py') diff --git a/cloud-init-cfg.py b/cloud-init-cfg.py index 76f34ae0..01c2d4f5 100755 --- a/cloud-init-cfg.py +++ b/cloud-init-cfg.py @@ -83,6 +83,8 @@ def main(): run_args = cfg_mod[2:] try: + log.debug("handling %s with freq=%s and args=%s" % + (name, run_args, freq)) cc.handle(name, run_args, freq=freq) except: import traceback -- cgit v1.2.3