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

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


details:   http://hg.dovecot.org/dovecot-1.2/rev/7639914c5cde
changeset: 9356:7639914c5cde
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 04 15:49:48 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 cd48e01ff2a1 -r 7639914c5cde src/master/main.c
--- a/src/master/main.c	Tue Sep 01 23:11:06 2009 -0400
+++ b/src/master/main.c	Fri Sep 04 15:49:48 2009 -0400
@@ -111,10 +111,10 @@ static void auth_warning_print(const str
 	auth_success_written = stat(AUTH_SUCCESS_PATH, &st) == 0;
 	if (!auth_success_written && !set->auths->debug &&
 	    strcmp(set->defaults->protocols, "none") != 0) {
-		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