changeset 2805:100ecc609dd1 HEAD

mail_log_prefix was using old %p, changed it to %s..
author Timo Sirainen <tss@iki.fi>
date Thu, 21 Oct 2004 23:47:36 +0300
parents c686e724aba6
children 535e3e2d230e
files dovecot-example.conf src/master/master-settings.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/dovecot-example.conf	Thu Oct 21 23:33:44 2004 +0300
+++ b/dovecot-example.conf	Thu Oct 21 23:47:36 2004 +0300
@@ -367,7 +367,7 @@
 
 # Log prefix for mail processes. See doc/variables.txt for list of possible
 # variables you can use.
-#mail_log_prefix = "%Up(%u): "
+#mail_log_prefix = "%Us(%u): "
 
 ##
 ## IMAP specific settings
--- a/src/master/master-settings.c	Thu Oct 21 23:33:44 2004 +0300
+++ b/src/master/master-settings.c	Thu Oct 21 23:47:36 2004 +0300
@@ -284,7 +284,7 @@
 	MEMBER(mail_process_size) 256,
 	MEMBER(mail_use_modules) FALSE,
 	MEMBER(mail_modules) MODULEDIR"/imap",
-	MEMBER(mail_log_prefix) "%Up(%u): ",
+	MEMBER(mail_log_prefix) "%Us(%u): ",
 
 	/* imap */
 	MEMBER(imap_max_line_length) 65536,