cc_final_message: write to log debug also

This commit is contained in:
Scott Moser 2013-09-25 13:51:52 -04:00
parent d1ba1ee6e0
commit 9552abaf22

View File

@ -54,7 +54,7 @@ def handle(_name, cfg, cloud, log, args):
'datasource': str(cloud.datasource),
}
util.multi_log("%s\n" % (templater.render_string(msg_in, subs)),
console=False, stderr=True)
console=False, stderr=True, log=log)
except Exception:
util.logexc(log, "Failed to render final message template")