summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-08-27 20:10:01 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-09-02 04:29:01 +0300
commitc9bb8f9ca61d092af391e3ef6cbc678ce50c1e9d (patch)
treee5ff3567f93d31796bf0af3bf7d47811081bb7cd
parent61c69965f4ed740f00d4ad88200c8f209dff4606 (diff)
downloadrabbitmq-server-git-c9bb8f9ca61d092af391e3ef6cbc678ce50c1e9d.tar.gz
A typo
-rw-r--r--src/rabbit_direct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_direct.erl b/src/rabbit_direct.erl
index c6922f495c..68aa578c95 100644
--- a/src/rabbit_direct.erl
+++ b/src/rabbit_direct.erl
@@ -221,7 +221,7 @@ start_channel(Number, ClientChannelPid, ConnPid, ConnName, Protocol,
{ok, ChannelPid};
{true, Limit} ->
rabbit_log_connection:error(
- "Error on Direct connection ~p~n"
+ "Error on direct connection ~p~n"
"number of channels opened for user (~s) has reached the "
"maximum allowed limit of (~p)",
[ConnPid, Username, Limit]),