dovecot-2.1: auth: Use "auth-worker:" log prefix for auth worker...

dovecot at dovecot.org dovecot at dovecot.org
Fri Sep 16 16:59:33 EEST 2011


details:   http://hg.dovecot.org/dovecot-2.1/rev/8379707478d7
changeset: 13505:8379707478d7
user:      Timo Sirainen <tss at iki.fi>
date:      Fri Sep 16 16:40:32 2011 +0300
description:
auth: Use "auth-worker:" log prefix for auth worker processes.

diffstat:

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

diffs (12 lines):

diff -r 19086b0d53f4 -r 8379707478d7 src/auth/main.c
--- a/src/auth/main.c	Fri Sep 16 14:59:34 2011 +0300
+++ b/src/auth/main.c	Fri Sep 16 16:40:32 2011 +0300
@@ -282,6 +282,8 @@
 	while ((c = master_getopt(master_service)) > 0) {
 		switch (c) {
 		case 'w':
+			master_service_init_log(master_service,
+						"auth-worker: ");
 			worker = TRUE;
 			break;
 		default:


More information about the dovecot-cvs mailing list