dovecot-1.1: quota: Fixed debug logging.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jan 19 18:56:12 EET 2009


details:   http://hg.dovecot.org/dovecot-1.1/rev/728730bc3450
changeset: 8107:728730bc3450
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jan 19 11:56:08 2009 -0500
description:
quota: Fixed debug logging.

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
src/plugins/quota/quota-dict.c |    2 +-

diffs (12 lines):

diff -r 96022c254270 -r 728730bc3450 src/plugins/quota/quota-dict.c
--- a/src/plugins/quota/quota-dict.c	Sat Jan 17 11:57:56 2009 -0500
+++ b/src/plugins/quota/quota-dict.c	Mon Jan 19 11:56:08 2009 -0500
@@ -51,7 +51,7 @@ static int dict_quota_init(struct quota_
 		username = getenv("USER");
 
 	if (getenv("DEBUG") != NULL) {
-		i_info("dict quota: user=%s, uri=%s, enforcing=%d",
+		i_info("dict quota: user=%s, uri=%s, noenforcing=%d",
 		       username, args, _root->no_enforcing);
 	}
 


More information about the dovecot-cvs mailing list