[dovecot-cvs] dovecot/src/auth main.c,1.60,1.61

tss at dovecot.org tss at dovecot.org
Thu Mar 15 17:53:02 EET 2007


Update of /var/lib/cvs/dovecot/src/auth
In directory talvi:/tmp/cvs-serv15106/auth

Modified Files:
	main.c 
Log Message:
Fixes to handling log prefixes. imap/pop3 processes now log the
mail_log_prefix even when started with --exec-mail.



Index: main.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/auth/main.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -d -r1.60 -r1.61
--- main.c	8 Mar 2007 22:07:44 -0000	1.60
+++ main.c	15 Mar 2007 15:53:00 -0000	1.61
@@ -59,7 +59,7 @@
 				     env == NULL ? LOG_MAIL : atoi(env));
 	} else {
 		/* log to file or stderr */
-		i_set_failure_file(getenv("LOGFILE"), "dovecot-auth");
+		i_set_failure_file(getenv("LOGFILE"), "dovecot-auth: ");
 	}
 
 	if (getenv("INFOLOGFILE") != NULL)



More information about the dovecot-cvs mailing list