Skip to content
This repository was archived by the owner on Nov 16, 2020. It is now read-only.

Commit 59d2ef3

Browse files
committed
Remove RabbitMQ from HTTP listener registry log warning
Rather than using rabbit:product_name/0 here, it was easier to just remove RabbitMQ from this context - this word doesn't make this warning message any clearer, so it's easier to just remove it. re rabbitmq/rabbitmq-server#2247 Signed-off-by: Gerhard Lazu <[email protected]> (cherry picked from commit 041497c)
1 parent 1190867 commit 59d2ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_web_dispatch_registry.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ handle_call({remove, Name}, _From,
100100
undefined) ->
101101
case listener_by_name(Name) of
102102
{error, not_found} ->
103-
rabbit_log:warning("RabbitMQ HTTP listener registry could not find context ~p",
103+
rabbit_log:warning("HTTP listener registry could not find context ~p",
104104
[Name]),
105105
{reply, ok, undefined};
106106
{ok, Listener} ->

0 commit comments

Comments
 (0)