Skip to content

Commit 1ffd73e

Browse files
Error message wording
(cherry picked from commit 9846b53)
1 parent abf7eb3 commit 1ffd73e

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
@@ -362,7 +362,7 @@ is_over_vhost_limit(Name, Limit) when is_integer(Limit) ->
362362
ok;
363363
true ->
364364
ErrorMsg = rabbit_misc:format("cannot create vhost '~ts': "
365-
"vhost limit '~tp' is reached",
365+
"vhost limit of ~tp is reached",
366366
[Name, Limit]),
367367
exit({vhost_limit_exceeded, ErrorMsg})
368368
end.

0 commit comments

Comments
 (0)