changeset 9926:2f2e1a3ae633 HEAD

master: "auth trouble" message should have been written only to stderr.
author Timo Sirainen <tss@iki.fi>
date Fri, 11 Sep 2009 12:24:19 -0400
parents 9287d59dbf69
children cb3760f21777
files src/master/main.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 @@
 	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.");