added back but stderr, which was the original itnention

pull/11776/head
Brian Coca 9 years ago
parent 3b9282fb90
commit f4a997db49

@ -39,6 +39,7 @@ class CallbackModule(CallbackBase):
buf = "%s | %s | rc=%s >>\n" % (host, caption, result.get('rc',0))
buf += result.get('stdout','')
buf += result.get('stderr','')
buf += result.get('msg','')
return buf + "\n"

Loading…
Cancel
Save