changeset 6627:7124f607fb1b HEAD

auth_debug: Log new auth connections and their PIDs.
author Timo Sirainen <tss@iki.fi>
date Sat, 27 Oct 2007 20:07:44 +0300
parents 5c25f5d7b29d
children 7373240c3d1d
files src/auth/auth-client-connection.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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_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;
 }