summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcloud-init-cfg.py2
1 files changed, 2 insertions, 0 deletions
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