From f79570474118e8e26fa7e6db324434f2980eae8f Mon Sep 17 00:00:00 2001 From: Joshua Harlow Date: Wed, 11 Jul 2012 11:25:01 -0700 Subject: Fix log message after 'write_files' key change. --- cloudinit/config/cc_write_files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudinit/config/cc_write_files.py b/cloudinit/config/cc_write_files.py index 9e8f63a5..ed2abe9e 100644 --- a/cloudinit/config/cc_write_files.py +++ b/cloudinit/config/cc_write_files.py @@ -32,7 +32,7 @@ def handle(name, cfg, _cloud, log, _args): files = cfg.get('write_files') if not files: log.debug(("Skipping module named %s," - " no/empty 'files' key in configuration"), name) + " no/empty 'write_files' key in configuration"), name) return write_files(name, files, log) -- cgit v1.2.3