add carriage return to cc_final_message.py output

This commit is contained in:
Scott Moser 2011-02-18 23:05:32 -05:00
parent 50f55fae8b
commit f471e1344d

View File

@ -46,7 +46,7 @@ def handle(name,cfg,cloud,log,args):
try:
subs = { 'UPTIME' : uptime, 'TIMESTAMP' : ts }
sys.stdout.write(util.render_string(msg_in, subs))
sys.stdout.write("%s\n" % util.render_string(msg_in, subs))
except Exception as e:
log.warn("failed to render string to stdout: %s" % e)