From f1ff91de6193404f544708fa94d7f8508228a98d Mon Sep 17 00:00:00 2001 From: Scott Moser Date: Mon, 24 Jan 2011 18:39:47 +0000 Subject: cloud-init.py: add trailing carriage return to message --- cloud-init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloud-init.py b/cloud-init.py index 7c261c26..62ac9965 100755 --- a/cloud-init.py +++ b/cloud-init.py @@ -60,7 +60,7 @@ def main(): try: cloudinit.initfs() except Exception, e: - warn("failed to initfs, likely bad things to come: %s" % str(e)) + warn("failed to initfs, likely bad things to come: %s\n" % str(e)) cloudinit.logging_set_from_cfg_file() -- cgit v1.2.3