dovecot-2.2-pigeonhole: lib-sieve: Fixed a stupidity in the dict...
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Wed Oct 17 23:31:19 EEST 2012
details: http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/f147ddb83586
changeset: 1698:f147ddb83586
user: Stephan Bosch <stephan at rename-it.nl>
date: Wed Oct 17 22:22:02 2012 +0200
description:
lib-sieve: Fixed a stupidity in the dict script implementation.
diffstat:
src/lib-sieve/sieve-script-dict.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 6979dbc334fa -r f147ddb83586 src/lib-sieve/sieve-script-dict.c
--- a/src/lib-sieve/sieve-script-dict.c Sat Oct 13 10:36:11 2012 +0200
+++ b/src/lib-sieve/sieve-script-dict.c Wed Oct 17 22:22:02 2012 +0200
@@ -121,7 +121,7 @@
if ( ret < 0 ) {
sieve_critical(svinst, ehandler, name, "failed to open sieve script",
"sieve dict backend: failed to initialize dict with data `%s' "
- "for user `%s': error", data, username, error);
+ "for user `%s': %s", data, username, error);
*error_r = SIEVE_ERROR_TEMP_FAIL;
return -1;
}
More information about the dovecot-cvs
mailing list