Skip to content

Commit e091696

Browse files
Log message typos
1 parent 0845abb commit e091696

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_auth_backend_internal.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ hashing_module_for_user(#internal_user{
100100

101101
-define(BLANK_PASSWORD_REJECTION_MESSAGE,
102102
"user '~s' attempted to log in with a blank password, which is prohibited by the internal authN backend. "
103-
"To use TLS/x509 certificate-based autentication, set the rabbitmq_auth_mechanism_ssl plugin and configure the client to use the EXTERNAL authentication mechanism. "
103+
"To use TLS/x509 certificate-based authentication, see the rabbitmq_auth_mechanism_ssl plugin and configure the client to use the EXTERNAL authentication mechanism. "
104104
"Alternatively change the password for the user to be non-blank.").
105105

106106
%% For cases when we do not have a set of credentials,

0 commit comments

Comments
 (0)