Skip to content

Commit 9846b53

Browse files
Error message wording
1 parent bed8772 commit 9846b53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_vhost.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ is_over_vhost_limit(Name, Limit) when is_integer(Limit) ->
361361
ok;
362362
true ->
363363
ErrorMsg = rabbit_misc:format("cannot create vhost '~ts': "
364-
"vhost limit '~tp' is reached",
364+
"vhost limit of ~tp is reached",
365365
[Name, Limit]),
366366
exit({vhost_limit_exceeded, ErrorMsg})
367367
end.

0 commit comments

Comments
 (0)