]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
prefetch: Updated log message.
authorTimo Sirainen <tss@iki.fi>
Thu, 12 Jun 2008 23:00:07 +0000 (02:00 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 12 Jun 2008 23:00:07 +0000 (02:00 +0300)
--HG--
branch : HEAD

src/auth/userdb-prefetch.c

index 30fce4d0963989e76c4466c71c72f4798f668518..858b15ff566b8117b0cc4f2e7426beff740236db 100644 (file)
@@ -23,7 +23,8 @@ static void prefetch_lookup(struct auth_request *auth_request,
                } else {
                        /* more userdbs, they may know the user */
                        auth_request_log_info(auth_request, "prefetch",
-                               "passdb didn't return userdb entries");
+                               "passdb didn't return userdb entries, "
+                               "trying the next userdb");
                }
                callback(USERDB_RESULT_USER_UNKNOWN, auth_request);
                return;