[dovecot-cvs] dovecot/src/deliver deliver.c,1.20.2.32,1.20.2.33

tss at dovecot.org tss at dovecot.org
Thu Mar 15 17:52:57 EET 2007


Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv15087/deliver

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



Index: deliver.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/deliver/deliver.c,v
retrieving revision 1.20.2.32
retrieving revision 1.20.2.33
diff -u -d -r1.20.2.32 -r1.20.2.33
--- deliver.c	11 Mar 2007 21:58:12 -0000	1.20.2.32
+++ deliver.c	15 Mar 2007 15:52:55 -0000	1.20.2.33
@@ -433,7 +433,7 @@
 		i_set_failure_syslog(prefix, LOG_NDELAY, facility);
 	} else {
 		/* log to file or stderr */
-		i_set_failure_file(log_path, prefix);
+		i_set_failure_file(log_path, t_strconcat(prefix, ": ", NULL));
 	}
 
 	log_path = getenv("INFO_LOG_PATH");



More information about the dovecot-cvs mailing list