dovecot: Added more debugging with mail_debug=yes

dovecot at dovecot.org dovecot at dovecot.org
Mon Dec 17 17:25:44 EET 2007


details:   http://hg.dovecot.org/dovecot/rev/79ba0e9a8725
changeset: 6994:79ba0e9a8725
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Dec 17 17:17:22 2007 +0200
description:
Added more debugging with mail_debug=yes

diffstat:

1 file changed, 5 insertions(+)
src/plugins/quota/quota.c |    5 +++++

diffs (15 lines):

diff -r ce2262d47250 -r 79ba0e9a8725 src/plugins/quota/quota.c
--- a/src/plugins/quota/quota.c	Tue Dec 11 20:47:29 2007 +0200
+++ b/src/plugins/quota/quota.c	Mon Dec 17 17:17:22 2007 +0200
@@ -118,6 +118,11 @@ struct quota_root *quota_root_init(struc
 		}
 	} else {
 		root->name = "";
+	}
+
+	if (quota->debug) {
+		i_info("Quota root: name=%s backend=%s args=%s",
+		       root->name, backend_name, args == NULL ? "" : args);
 	}
 
 	i_array_init(&root->rules, 4);


More information about the dovecot-cvs mailing list