changeset 9873:6880916a8eef HEAD

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