From 2edfe53fb100c337f67084f19e842cdf78de8510 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Mon, 12 Jul 2010 23:20:49 +0100 Subject: [PATCH] auth: Changed "new auth connection" debug message --- src/auth/auth-client-connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth/auth-client-connection.c b/src/auth/auth-client-connection.c index cf83820699..6ac0b56918 100644 --- a/src/auth/auth-client-connection.c +++ b/src/auth/auth-client-connection.c @@ -121,7 +121,7 @@ auth_client_input_cpid(struct auth_client_connection *conn, const char *args) conn->pid = pid; if (conn->auth->set->debug) - i_debug("new auth connection: pid=%u", conn->pid); + i_debug("auth client connected (pid=%u)", conn->pid); return TRUE; } -- 2.47.3