changeset 9356:7639914c5cde HEAD

master: Changed the WhyDoesItNotWork info message.
author Timo Sirainen <tss@iki.fi>
date Fri, 04 Sep 2009 15:49:48 -0400
parents cd48e01ff2a1
children 56e619176787
files src/master/main.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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.");
 	}
 }