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

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


details:   http://hg.dovecot.org/dovecot-1.1/rev/8601970f92de
changeset: 8348:8601970f92de
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 48c901009fba -r 8601970f92de 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
@@ -110,10 +110,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