mirror of
https://github.com/nginx/nginx.git
synced 2025-01-07 06:33:00 -06:00
fix log message
This commit is contained in:
parent
711dd6f79a
commit
9644b8293a
@ -1063,7 +1063,7 @@ ngx_pop3_auth_state(ngx_event_t *rev)
|
||||
|
||||
if (p == last) {
|
||||
ngx_log_error(NGX_LOG_INFO, c->log, 0,
|
||||
"client sent invalid login/password "
|
||||
"client sent invalid login "
|
||||
"in AUTH PLAIN command");
|
||||
rc = NGX_IMAP_PARSE_INVALID_COMMAND;
|
||||
break;
|
||||
@ -1075,7 +1075,7 @@ ngx_pop3_auth_state(ngx_event_t *rev)
|
||||
|
||||
if (p == last) {
|
||||
ngx_log_error(NGX_LOG_INFO, c->log, 0,
|
||||
"client sent invalid login/password "
|
||||
"client sent invalid password "
|
||||
"in AUTH PLAIN command");
|
||||
rc = NGX_IMAP_PARSE_INVALID_COMMAND;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user