From: Timo Sirainen Date: Fri, 11 Sep 2009 16:24:19 +0000 (-0400) Subject: master: "auth trouble" message should have been written only to stderr. X-Git-Tag: 2.0.alpha1~126 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=39ea71a409df83d6cbff85a55320af57ef914597;p=thirdparty%2Fdovecot%2Fcore.git master: "auth trouble" message should have been written only to stderr. --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index 9a6a3d9a8c..eb331a79f2 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -250,7 +250,7 @@ static void auth_warning_print(const struct master_settings *set) 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.");