From 4c4f6141f1eecc76c3242e37d0016f55c6c43cfd Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Thu, 23 Sep 2010 20:00:41 +0100 Subject: [PATCH] quota: When logging about obsolete rule, log also the quota root name. --- src/plugins/quota/quota.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) { -- 2.47.3