dovecot-2.0: auth: Changed "new auth connection" debug message

dovecot at dovecot.org dovecot at dovecot.org
Tue Jul 13 01:20:52 EEST 2010


details:   http://hg.dovecot.org/dovecot-2.0/rev/ba450b2dcffa
changeset: 11807:ba450b2dcffa
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 12 23:20:49 2010 +0100
description:
auth: Changed "new auth connection" debug message

diffstat:

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

diffs (12 lines):

diff -r 9ccfbed9c570 -r ba450b2dcffa src/auth/auth-client-connection.c
--- a/src/auth/auth-client-connection.c	Mon Jul 12 21:15:34 2010 +0100
+++ b/src/auth/auth-client-connection.c	Mon Jul 12 23:20:49 2010 +0100
@@ -121,7 +121,7 @@
 
 	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;
 }
 


More information about the dovecot-cvs mailing list