dovecot-2.2: director: When logging about request timeout, log a...

dovecot at dovecot.org dovecot at dovecot.org
Wed Apr 23 19:15:54 UTC 2014


details:   http://hg.dovecot.org/dovecot-2.2/rev/fb31a88786df
changeset: 17255:fb31a88786df
user:      Timo Sirainen <tss at iki.fi>
date:      Wed Apr 23 22:13:08 2014 +0300
description:
director: When logging about request timeout, log also the username hash.

diffstat:

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

diffs (12 lines):

diff -r df172c4de57e -r fb31a88786df src/director/director-request.c
--- a/src/director/director-request.c	Wed Apr 23 20:55:04 2014 +0300
+++ b/src/director/director-request.c	Wed Apr 23 22:13:08 2014 +0300
@@ -68,7 +68,7 @@
 		str_printfa(str, ", user refreshed %u secs ago",
 			    (unsigned int)(ioloop_time - user->timestamp));
 	}
-	str_append_c(str, ')');
+	str_printfa(str, "hash=%u)", request->username_hash);
 	return str_c(str);
 }
 


More information about the dovecot-cvs mailing list