dovecot-2.0: mail_log_prefix default setting: Don't uppercase th...

dovecot at dovecot.org dovecot at dovecot.org
Fri May 15 22:15:58 EEST 2009


details:   http://hg.dovecot.org/dovecot-2.0/rev/7357b0da7589
changeset: 9291:7357b0da7589
user:      Timo Sirainen <tss at iki.fi>
date:      Fri May 15 15:15:52 2009 -0400
description:
mail_log_prefix default setting: Don't uppercase the service name.

diffstat:

2 files changed, 2 insertions(+), 2 deletions(-)
dovecot-example.conf                    |    2 +-
src/lib-storage/mail-storage-settings.c |    2 +-

diffs (24 lines):

diff -r 5ef2a14b4527 -r 7357b0da7589 dovecot-example.conf
--- a/dovecot-example.conf	Fri May 15 15:10:30 2009 -0400
+++ b/dovecot-example.conf	Fri May 15 15:15:52 2009 -0400
@@ -328,7 +328,7 @@ ssl_key_file = </etc/ssl/private/dovecot
 
 # Log prefix for mail processes. See doc/wiki/Variables.txt for list of
 # possible variables you can use.
-#mail_log_prefix = "%Us(%u): "
+#mail_log_prefix = "%s(%u): "
 
 # Max. number of lines a mail process is allowed to log per second before it's
 # throttled. 0 means unlimited. Typically there's no need to change this
diff -r 5ef2a14b4527 -r 7357b0da7589 src/lib-storage/mail-storage-settings.c
--- a/src/lib-storage/mail-storage-settings.c	Fri May 15 15:10:30 2009 -0400
+++ b/src/lib-storage/mail-storage-settings.c	Fri May 15 15:15:52 2009 -0400
@@ -181,7 +181,7 @@ static struct mail_user_settings mail_us
 	MEMBER(mail_plugins) "",
 	MEMBER(mail_plugin_dir) MODULEDIR,
 
-	MEMBER(mail_log_prefix) "%Us(%u): ",
+	MEMBER(mail_log_prefix) "%s(%u): ",
 
 	MEMBER(namespaces) ARRAY_INIT,
 	MEMBER(plugin_envs) ARRAY_INIT


More information about the dovecot-cvs mailing list