Skip to content

Commit 7d1ffd4

Browse files
committed
fixup
1 parent 4d1f03f commit 7d1ffd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_auth_backend_ldap/src/rabbit_auth_backend_ldap_mgmt.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ accept_content(ReqData0, Context) ->
8080
Result;
8181
{error, E} ->
8282
Reason = unicode_format("LDAP connection failed: ~tp "
83-
"(servers: ~tp, user_dn: ~tp, password: ~s)",
83+
"(servers: ~tp, user_dn: ~ts, password: ~s)",
8484
[E, Servers, UserDN, format_password_for_logging(Password)]),
8585
rabbit_mgmt_util:bad_request(Reason, ReqData1, Context)
8686
end

0 commit comments

Comments
 (0)