summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/cloud-init3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/cloud-init b/bin/cloud-init
index a2f15c4b..d193272e 100755
--- a/bin/cloud-init
+++ b/bin/cloud-init
@@ -73,8 +73,7 @@ def welcome(action):
}
welcome_msg = "%s" % (templater.render_string(msg, tpl_params))
sys.stderr.write("%s\n" % (welcome_msg))
- sys.stderr.flush()
- LOG.info(welcome_msg)
+ LOG.debug(welcome_msg)
def extract_fns(args):