summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-01-30 17:36:36 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-01-30 17:36:36 +0300
commiteab3243308e00f7558fb7814730afd401eca653f (patch)
treeac434a9c283b686dc6c25a8f7783278bd5346e11 /src
parent91b3a783bfc227f67969c251fd8c74216c11d435 (diff)
downloadrabbitmq-server-git-eab3243308e00f7558fb7814730afd401eca653f.tar.gz
Log message wording
Pair: @vanlightly
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_nodes.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_nodes.erl b/src/rabbit_nodes.erl
index 6a03e74adf..eb582c69f5 100644
--- a/src/rabbit_nodes.erl
+++ b/src/rabbit_nodes.erl
@@ -105,7 +105,7 @@ seed_internal_cluster_id() ->
case rabbit_runtime_parameters:lookup_global(?INTERNAL_CLUSTER_ID_PARAM_NAME) of
not_found ->
Id = rabbit_guid:binary(rabbit_guid:gen(), "rabbitmq-cluster-id"),
- rabbit_log:info("Seeding internal cluster ID to '~p'", [Id]),
+ rabbit_log:info("Initialising internal cluster ID to '~s'", [Id]),
rabbit_runtime_parameters:set_global(?INTERNAL_CLUSTER_ID_PARAM_NAME, Id, ?INTERNAL_USER),
Id;
Param ->