]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
director: Added another debug log message.
authorTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2015 12:39:36 +0000 (15:39 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 12 Oct 2015 12:39:36 +0000 (15:39 +0300)
src/director/director-request.c

index 803a3afbc614473c2e6ce731addb033772e2529d..3fd8a659931946c6528c23c6260befdeecacdace 100644 (file)
@@ -219,6 +219,7 @@ director_request_existing(struct director_request *request, struct user *user,
        if (user->host == host) {
                /* doesn't matter, other directors would
                   assign the user the same way regardless */
+               dir_debug("request: %u would be weak, but host doesn't change", request->username_hash);
                return TRUE;
        }