dovecot-2.0: master: Changed the WhyDoesItNotWork info message.

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 4 22:49:18 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/6880916a8eef
changeset: 9873:6880916a8eef
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 04 15:49:09 2009 -0400
description:
master: Changed the WhyDoesItNotWork info message.

diffstat:

1 file changed, 4 insertions(+), 4 deletions(-)
src/master/main.c |    8 ++++----

diffs (18 lines):

diff -r af7f0be02d3b -r 6880916a8eef src/master/main.c
--- a/src/master/main.c	Fri Sep 04 15:44:36 2009 -0400
+++ b/src/master/main.c	Fri Sep 04 15:49:09 2009 -0400
@@ -225,10 +225,10 @@ static void auth_warning_print(const str
 	auth_success_written = stat(AUTH_SUCCESS_PATH, &st) == 0;
 	if (!auth_success_written && !auths_have_debug(set) &&
 	    services_have_auth_destinations(set)) {
-		i_info("If you have trouble with authentication failures,\n"
-		       "enable auth_debug setting. "
-		       "See http://wiki.dovecot.org/WhyDoesItNotWork");
-
+		i_info(
+"If you have trouble with authentication failures,\n"
+"enable auth_debug setting. See http://wiki.dovecot.org/WhyDoesItNotWork\n"
+"This message goes away after the first successful login.");
 	}
 }
 


More information about the dovecot-cvs mailing list