diff options
| -rw-r--r-- | src/rabbit_direct.erl | 2 |
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]), |
