dovecot-2.2-pigeonhole: lib-sievestorage: A few debug messages w...
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/3ba1c379a6b8
changeset: 1730:3ba1c379a6b8
user: Stephan Bosch <stephan at rename-it.nl>
date: Thu Mar 28 21:31:59 2013 +0100
description:
lib-sievestorage: A few debug messages were still logged using i_info() instead of i_debug().
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 06c89405bdc6 -r 3ba1c379a6b8 src/lib-sievestorage/sieve-storage-script.c
--- a/src/lib-sievestorage/sieve-storage-script.c Sun Mar 03 18:03:33 2013 +0100
+++ b/src/lib-sievestorage/sieve-storage-script.c Thu Mar 28 21:31:59 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 06c89405bdc6 -r 3ba1c379a6b8 src/lib-sievestorage/sieve-storage.c
--- a/src/lib-sievestorage/sieve-storage.c Sun Mar 03 18:03:33 2013 +0100
+++ b/src/lib-sievestorage/sieve-storage.c Thu Mar 28 21:31:59 2013 +0100
@@ -447,11 +447,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