Skip to content

Commit aacaa82

Browse files
Correct a log message wording #10351
1 parent 8368951 commit aacaa82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -930,7 +930,7 @@ is_over_limits(Username) ->
930930
false;
931931
{true, Limit} ->
932932
Fmt =
933-
"number of channels opened for node '~ts' has reached "
933+
"number of channels opened on node '~ts' has reached "
934934
"the maximum allowed limit of (~w)",
935935
{true, Limit, Fmt}
936936
end;

0 commit comments

Comments
 (0)