dovecot-2.2-pigeonhole: Merged changes from Pigeonhole v0.3 tree.
pigeonhole at rename-it.nl
pigeonhole at rename-it.nl
Thu Mar 28 22:33:39 EET 2013
details: http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/42f11a1be763
changeset: 1731:42f11a1be763
user: Stephan Bosch <stephan at rename-it.nl>
date: Thu Mar 28 21:33:31 2013 +0100
description:
Merged changes from Pigeonhole v0.3 tree.
diffstat:
src/lib-sievestorage/sieve-storage-script.c | 2 +-
src/lib-sievestorage/sieve-storage.c | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r c6e283350b5d -r 42f11a1be763 src/lib-sievestorage/sieve-storage-script.c
--- a/src/lib-sievestorage/sieve-storage-script.c Thu Mar 28 21:27:53 2013 +0100
+++ b/src/lib-sievestorage/sieve-storage-script.c Thu Mar 28 21:33:31 2013 +0100
@@ -356,7 +356,7 @@
if ( S_ISLNK( st.st_mode ) ) {
if ( storage->debug )
- i_info( "sieve-storage: nothing to rescue %s.", storage->active_path);
+ i_debug( "sieve-storage: nothing to rescue %s.", storage->active_path);
return TRUE; /* Nothing to rescue */
}
diff -r c6e283350b5d -r 42f11a1be763 src/lib-sievestorage/sieve-storage.c
--- a/src/lib-sievestorage/sieve-storage.c Thu Mar 28 21:27:53 2013 +0100
+++ b/src/lib-sievestorage/sieve-storage.c Thu Mar 28 21:33:31 2013 +0100
@@ -448,11 +448,11 @@
if ( debug ) {
if ( storage->max_storage > 0 ) {
- i_info("sieve-storage: quota: storage limit: %llu bytes",
+ i_debug("sieve-storage: quota: storage limit: %llu bytes",
(unsigned long long int) storage->max_storage);
}
if ( storage->max_scripts > 0 ) {
- i_info("sieve-storage: quota: script count limit: %llu scripts",
+ i_debug("sieve-storage: quota: script count limit: %llu scripts",
(unsigned long long int) storage->max_scripts);
}
}
More information about the dovecot-cvs
mailing list