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

Commit b37e65c

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]>
1 parent efaffda commit b37e65c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_web_dispatch/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)