return changes if supervisord stopped process

This commit is contained in:
Daniel Wallace 2015-11-03 17:04:03 -06:00
parent 5547a34acc
commit 3d57b392cb

View file

@ -332,6 +332,7 @@ def dead(name,
bin_env=bin_env
)}
ret.update(_check_error(result, comment))
ret['changes'][name] = comment
log.debug(six.text_type(result))
return ret