dovecot: auth_debug: Log new auth connections and their PIDs.

dovecot at dovecot.org dovecot at dovecot.org
Sat Oct 27 20:07:48 EEST 2007


details:   http://hg.dovecot.org/dovecot/rev/7124f607fb1b
changeset: 6627:7124f607fb1b
user:      Timo Sirainen <tss at iki.fi>
date:      Sat Oct 27 20:07:44 2007 +0300
description:
auth_debug: Log new auth connections and their PIDs.

diffstat:

1 file changed, 2 insertions(+)
src/auth/auth-client-connection.c |    2 ++

diffs (12 lines):

diff -r 5c25f5d7b29d -r 7124f607fb1b src/auth/auth-client-connection.c
--- a/src/auth/auth-client-connection.c	Sat Oct 27 20:04:56 2007 +0300
+++ b/src/auth/auth-client-connection.c	Sat Oct 27 20:07:44 2007 +0300
@@ -118,6 +118,8 @@ auth_client_input_cpid(struct auth_clien
 	auth_request_handler_set(conn->request_handler, conn->connect_uid, pid);
 
 	conn->pid = pid;
+	if (conn->auth->verbose_debug)
+		i_info("new auth connection: pid=%u", conn->pid);
 	return TRUE;
 }
 


More information about the dovecot-cvs mailing list