mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #30342 from eliasp/2015.8-log-message-format
Correct whitespace placement in error message
This commit is contained in:
commit
7276d808ff
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ def wrap_tmpl_func(render_str):
|
|||
output = os.linesep.join(output.splitlines())
|
||||
|
||||
except SaltRenderError as exc:
|
||||
log.error("Rendering exception occurred :{0}".format(exc))
|
||||
log.error("Rendering exception occurred: {0}".format(exc))
|
||||
#return dict(result=False, data=str(exc))
|
||||
raise
|
||||
except Exception:
|
||||
|
|
Loading…
Add table
Reference in a new issue