summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2019-09-18 23:41:23 +0300
committerMichael Klishin <michael@clojurewerkz.org>2019-09-18 23:41:23 +0300
commita1c0638d9e578a38fc52a1c4ab2b60b6498106d4 (patch)
tree47157d66f6036c34605c19d561d275692418a658
parentf00a2240a25d80d65040f52556650c9a6f7fdee4 (diff)
downloadrabbitmq-server-git-a1c0638d9e578a38fc52a1c4ab2b60b6498106d4.tar.gz
Wording
-rw-r--r--src/rabbit.erl3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 605805bd8e..7095966ced 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -1041,7 +1041,8 @@ boot_error(_, {error, {cannot_log_to_file, LogFile, Reason}}) ->
boot_error(_, {error, {generate_config_file, Error}}) ->
log_boot_error_and_exit(generate_config_file,
"~nConfig file generation failed:~n~s"
- "In case a setting of a plugin is unknown, verify the plugin is enabled or remove the setting from the config.~n",
+ "In case the setting comes from a plugin, make sure that the plugin is enabled.~n"
+ "Alternatively remove the setting from the config.~n",
[Error]);
boot_error(Class, Reason) ->
LogLocations = log_locations(),