dovecot-2.2: director: Added another debug log message.

dovecot at dovecot.org dovecot at dovecot.org
Mon Oct 12 12:43:43 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/c4fa1bf6da57
changeset: 19290:c4fa1bf6da57
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Oct 12 15:39:36 2015 +0300
description:
director: Added another debug log message.

diffstat:

 src/director/director-request.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 4e0c9df36a78 -r c4fa1bf6da57 src/director/director-request.c
--- a/src/director/director-request.c	Sun Oct 11 18:45:58 2015 +0300
+++ b/src/director/director-request.c	Mon Oct 12 15:39:36 2015 +0300
@@ -219,6 +219,7 @@
 	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;
 	}
 


More information about the dovecot-cvs mailing list