diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2016-04-08 22:18:46 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2016-04-08 22:18:46 +0300 |
| commit | 5cdc5d5e9970c67a2733fc4e9404022fea6a282c (patch) | |
| tree | fa3ca4bbecdaaca9adba7b96ce952a469fd9f89a /src | |
| parent | aeecbec95807127d7c279dd87d15d212e6b29962 (diff) | |
| download | rabbitmq-server-git-5cdc5d5e9970c67a2733fc4e9404022fea6a282c.tar.gz | |
Wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_plugins.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl index 62b5527a2c..ea105af2d4 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 broker." + "Using development version of the broker." " Requirement ~p for plugin ~p is ignored.", [BrokerVersionReqs, Name]); _ -> ok @@ -338,7 +338,7 @@ check_plugins_versions(PluginName, AllPlugins, RequiredVersions) -> case Version of "" -> rabbit_log:warning( - "~p plugin versoin is not defined." + "~p plugin version is not defined." " Requirement ~p for plugin ~p is ignored", [Versions, PluginName]); _ -> ok |
