summaryrefslogtreecommitdiff
path: root/src/rabbit.erl
diff options
context:
space:
mode:
authorGrigory Starinkin <starinkin@gmail.com>2019-04-25 09:05:39 +0100
committerGrigory Starinkin <starinkin@gmail.com>2019-04-25 09:06:56 +0100
commitc13fa8f8dbc3c56239b59fffe88086daab1c224f (patch)
tree1102661dae3512daf47f163a6f41bd2c26331bac /src/rabbit.erl
parenta138745240a3790da58837a22a126eed9f8ef8e7 (diff)
downloadrabbitmq-server-git-c13fa8f8dbc3c56239b59fffe88086daab1c224f.tar.gz
print cuttlefish validation error on a new line
Diffstat (limited to 'src/rabbit.erl')
-rw-r--r--src/rabbit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 02a2a899ad..4a974fd682 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -1030,7 +1030,7 @@ boot_error(_, {error, {cannot_log_to_file, LogFile, Reason}}) ->
[LogFile, Reason]);
boot_error(_, {error, {generate_config_file, Error}}) ->
log_boot_error_and_exit(generate_config_file,
- "~nConfig file generation failed ~s~n",
+ "~nConfig file generation failed:~n~s~n",
[Error]);
boot_error(Class, Reason) ->
LogLocations = log_locations(),