dovecot: Fix to last logging changes.

dovecot at dovecot.org dovecot at dovecot.org
Mon Nov 12 19:02:18 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/7a985b3e6a7c
changeset: 6790:7a985b3e6a7c
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Nov 12 19:02:14 2007 +0200
description:
Fix to last logging changes.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/lib/failures.c |    2 +-

diffs (12 lines):

diff -r ee9bc72e0ed2 -r 7a985b3e6a7c src/lib/failures.c
--- a/src/lib/failures.c	Mon Nov 12 18:59:18 2007 +0200
+++ b/src/lib/failures.c	Mon Nov 12 19:02:14 2007 +0200
@@ -135,7 +135,7 @@ default_handler(const char *prefix, int 
 	str_append(str, prefix);
 
 	/* make sure there's no %n in there and fix %m */
-	str_vprintfa(str, printf_format_fix_unsafe(format), args);
+	str_vprintfa(str, printf_format_fix(format), args);
 	str_append_c(str, '\n');
 
 	ret = log_fd_write(fd, str_data(str), str_len(str));


More information about the dovecot-cvs mailing list