[dovecot-cvs] dovecot/src/deliver deliver.c,1.55,1.56
tss at dovecot.org
tss at dovecot.org
Thu Mar 15 17:53:05 EET 2007
Update of /var/lib/cvs/dovecot/src/deliver
In directory talvi:/tmp/cvs-serv15106/deliver
Modified Files:
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.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- deliver.c 11 Mar 2007 21:58:15 -0000 1.55
+++ deliver.c 15 Mar 2007 15:53:00 -0000 1.56
@@ -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