summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-06-26 21:28:36 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-06-26 21:46:57 +0300
commit39b7ae4699abab21f94f354d27f9ca158834839c (patch)
tree2b4e3aa0c7a6540c47b63fce4383b37c5f0da8de /src
parentfde61ade726bb61679b9b49826c86f969ce0b335 (diff)
downloadrabbitmq-server-git-39b7ae4699abab21f94f354d27f9ca158834839c.tar.gz
Log this as an error, provide more details
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_direct.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_direct.erl b/src/rabbit_direct.erl
index b1e562d7f4..50dde79b51 100644
--- a/src/rabbit_direct.erl
+++ b/src/rabbit_direct.erl
@@ -131,7 +131,7 @@ maybe_call_connection_info_module(Protocol, Creds, VHost, Pid, Infos) ->
Module:additional_authn_params(Creds, VHost, Pid, Infos)
catch
_:Reason ->
- rabbit_log:warning("Calling ~p failed:~p~n", [Module, Reason]),
+ rabbit_log:error("Calling ~p:additional_authn_params/4 failed:~p~n", [Module, Reason]),
[];
end;
error ->