summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2019-04-25 14:19:55 +0300
committerGitHub <noreply@github.com>2019-04-25 14:19:55 +0300
commit0d67fc1007f38a49b8e561bbd4db4ffba1666bd1 (patch)
tree1102661dae3512daf47f163a6f41bd2c26331bac
parenta138745240a3790da58837a22a126eed9f8ef8e7 (diff)
parentc13fa8f8dbc3c56239b59fffe88086daab1c224f (diff)
downloadrabbitmq-server-git-0d67fc1007f38a49b8e561bbd4db4ffba1666bd1.tar.gz
Merge pull request #1993 from velimir/newline-config-validation
print cuttlefish validation error on a new line
-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(),