[dovecot-cvs] dovecot/src/master master-settings.c,1.74,1.75

cras at dovecot.org cras at dovecot.org
Thu Oct 21 23:47:38 EEST 2004


Update of /var/lib/cvs/dovecot/src/master
In directory talvi:/tmp/cvs-serv5529/src/master

Modified Files:
	master-settings.c 
Log Message:
mail_log_prefix was using old %p, changed it to %s..



Index: master-settings.c
===================================================================
RCS file: /var/lib/cvs/dovecot/src/master/master-settings.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -d -r1.74 -r1.75
--- master-settings.c	21 Oct 2004 02:23:13 -0000	1.74
+++ master-settings.c	21 Oct 2004 20:47:36 -0000	1.75
@@ -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,



More information about the dovecot-cvs mailing list