fix log message
diff --git a/src/imap/ngx_imap_handler.c b/src/imap/ngx_imap_handler.c
index 3bd727e..2651394 100644
--- a/src/imap/ngx_imap_handler.c
+++ b/src/imap/ngx_imap_handler.c
@@ -1063,7 +1063,7 @@
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 @@
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;