From: Timo Sirainen Date: Fri, 4 Sep 2009 19:49:09 +0000 (-0400) Subject: master: Changed the WhyDoesItNotWork info message. X-Git-Tag: 2.0.alpha1~179 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e0b0c2142f26a5ae7062378e8feddf1a9966beec;p=thirdparty%2Fdovecot%2Fcore.git master: Changed the WhyDoesItNotWork info message. --HG-- branch : HEAD --- diff --git a/src/master/main.c b/src/master/main.c index df34a4139c..25a9135dbc 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -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."); } }