dovecot-2.2: doveadm-server: Minor error message improvement.

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 28 11:50:50 EET 2013


details:   http://hg.dovecot.org/dovecot-2.2/rev/2599056381cc
changeset: 16889:2599056381cc
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 28 11:50:40 2013 +0200
description:
doveadm-server: Minor error message improvement.

diffstat:

 src/doveadm/client-connection.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r ac59c37ae57b -r 2599056381cc src/doveadm/client-connection.c
--- a/src/doveadm/client-connection.c	Mon Oct 28 11:50:14 2013 +0200
+++ b/src/doveadm/client-connection.c	Mon Oct 28 11:50:40 2013 +0200
@@ -263,7 +263,7 @@
 	/* FIXME: some day we should probably let auth process do this and
 	   support all kinds of authentication */
 	if (strncmp(line, "PLAIN\t", 6) != 0) {
-		i_error("doveadm client attempted non-PLAIN authentication");
+		i_error("doveadm client attempted non-PLAIN authentication: %s", line);
 		return -1;
 	}
 


More information about the dovecot-cvs mailing list