changeset 814:760ed037a5a4

fix log message
author Igor Sysoev <igor@sysoev.ru>
date Wed, 25 Oct 2006 15:38:02 +0000
parents a608349951cf
children b630109560b7
files src/imap/ngx_imap_handler.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/imap/ngx_imap_handler.c
+++ b/src/imap/ngx_imap_handler.c
@@ -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;