summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_plugins.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl
index ea105af2d4..8f7319182e 100644
--- a/src/rabbit_plugins.erl
+++ b/src/rabbit_plugins.erl
@@ -308,7 +308,7 @@ validate_plugins(Plugins, BrokerVersion) ->
case BrokerVersion of
"0.0.0" ->
rabbit_log:warning(
- "Using development version of the broker."
+ "Running development version of the broker."
" Requirement ~p for plugin ~p is ignored.",
[BrokerVersionReqs, Name]);
_ -> ok