summaryrefslogtreecommitdiff
path: root/deps/rabbitmq_web_dispatch/src/rabbit_web_dispatch_registry.erl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/rabbitmq_web_dispatch/src/rabbit_web_dispatch_registry.erl')
-rw-r--r--deps/rabbitmq_web_dispatch/src/rabbit_web_dispatch_registry.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/rabbitmq_web_dispatch/src/rabbit_web_dispatch_registry.erl b/deps/rabbitmq_web_dispatch/src/rabbit_web_dispatch_registry.erl
index 91d69b8549..6d6621dff4 100644
--- a/deps/rabbitmq_web_dispatch/src/rabbit_web_dispatch_registry.erl
+++ b/deps/rabbitmq_web_dispatch/src/rabbit_web_dispatch_registry.erl
@@ -116,7 +116,7 @@ handle_call(list_all, _From, undefined) ->
{reply, list(), undefined};
handle_call(Req, _From, State) ->
- rabbit_log:error("Unexpected call to ~p: ~p~n", [?MODULE, Req]),
+ rabbit_log:error("Unexpected call to ~p: ~p", [?MODULE, Req]),
{stop, unknown_request, State}.
handle_cast(_, State) ->