dovecot-2.0: master: "auth trouble" message should have been wri...

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 11 19:50:22 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/2f2e1a3ae633
changeset: 9926:2f2e1a3ae633
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 11 12:24:19 2009 -0400
description:
master: "auth trouble" message should have been written only to stderr.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/master/main.c |    2 +-

diffs (12 lines):

diff -r 9287d59dbf69 -r 2f2e1a3ae633 src/master/main.c
--- a/src/master/main.c	Thu Sep 10 20:09:16 2009 -0400
+++ b/src/master/main.c	Fri Sep 11 12:24:19 2009 -0400
@@ -250,7 +250,7 @@ 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(
+		fprintf(stderr,
 "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