From: Timo Sirainen Date: Mon, 12 Jul 2010 22:20:49 +0000 (+0100) Subject: auth: Changed "new auth connection" debug message X-Git-Tag: 2.0.rc3~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2edfe53fb100c337f67084f19e842cdf78de8510;p=thirdparty%2Fdovecot%2Fcore.git auth: Changed "new auth connection" debug message --- 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; }