]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: "auth trouble" message should have been written only to stderr.
authorTimo Sirainen <tss@iki.fi>
Fri, 11 Sep 2009 16:24:19 +0000 (12:24 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 11 Sep 2009 16:24:19 +0000 (12:24 -0400)
--HG--
branch : HEAD

src/master/main.c

index 9a6a3d9a8c4f0dccca1cf706a90e2d0d606eb6a0..eb331a79f2b513e343dd1b520bd083c7e39d2db6 100644 (file)
@@ -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.");