]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
master: Changed the WhyDoesItNotWork info message.
authorTimo Sirainen <tss@iki.fi>
Fri, 4 Sep 2009 19:49:09 +0000 (15:49 -0400)
committerTimo Sirainen <tss@iki.fi>
Fri, 4 Sep 2009 19:49:09 +0000 (15:49 -0400)
--HG--
branch : HEAD

src/master/main.c

index df34a4139cc042827df8282b42a1b4947c5000d7..25a9135dbc13b043529c65870897a298c966b246 100644 (file)
@@ -225,10 +225,10 @@ 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("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.");
        }
 }