From: Timo Sirainen Date: Thu, 23 Sep 2010 19:00:41 +0000 (+0100) Subject: quota: When logging about obsolete rule, log also the quota root name. X-Git-Tag: 2.0.4~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4c4f6141f1eecc76c3242e37d0016f55c6c43cfd;p=thirdparty%2Fdovecot%2Fcore.git quota: When logging about obsolete rule, log also the quota root name. --- diff --git a/src/plugins/quota/quota.c b/src/plugins/quota/quota.c index 92c59cedb2..e4f64de717 100644 --- a/src/plugins/quota/quota.c +++ b/src/plugins/quota/quota.c @@ -435,9 +435,10 @@ quota_rule_parse_limits(struct quota_root_settings *root_set, } value++; } else if (*value != '-' && relative_rule) { - i_warning("quota: obsolete configuration for rule '%s' " + i_warning("quota root %s: " + "obsolete configuration for rule '%s' " "should be changed to '%s=+%s'", - *args, key, value); + root_set->name, *args, key, value); } if (strcmp(key, "storage") == 0) {