changeset 19590:791a8c6f4770

pop3c: Improve authentication debug log messages a bit.
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Tue, 19 Jan 2016 02:26:24 +0200
parents 0a913308fdf2
children effb67b92547
files src/lib-storage/index/pop3c/pop3c-client.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/lib-storage/index/pop3c/pop3c-client.c	Mon Jan 18 17:38:22 2016 +0200
+++ b/src/lib-storage/index/pop3c/pop3c-client.c	Tue Jan 19 02:26:24 2016 +0200
@@ -281,10 +281,10 @@
 
 	if (client->set.debug) {
 		if (set->master_user == NULL) {
-			i_debug("pop3c(%s): Authenticating as %s",
+			i_debug("pop3c(%s): Authenticating as '%s' (with USER+PASS)",
 				client->set.host, set->username);
 		} else {
-			i_debug("pop3c(%s): Authenticating as %s for user %s",
+			i_debug("pop3c(%s): Authenticating as master user '%s' for user '%s' (with SASL PLAIN)",
 				client->set.host, set->master_user,
 				set->username);
 		}