]> git.kaiwu.me - nginx.git/commitdiff
fix log message
authorIgor Sysoev <igor@sysoev.ru>
Wed, 25 Oct 2006 15:38:02 +0000 (15:38 +0000)
committerIgor Sysoev <igor@sysoev.ru>
Wed, 25 Oct 2006 15:38:02 +0000 (15:38 +0000)
src/imap/ngx_imap_handler.c

index 3bd727edd0548af9a1b95e3cba3efcef9316f3fc..26513940bbd1c5cd6eb0425da162a778e3232b5f 100644 (file)
@@ -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;