From f26f6589e04f51f0160a1b52f9d42e2e94e6c013 Mon Sep 17 00:00:00 2001 From: Arne Wiebalck Date: Tue, 29 Apr 2014 14:37:41 +0200 Subject: [PATCH] Fix double "the" in Cinder quota warning Amend a Cinder warning printed with a double "the". Change-Id: I1471514c9bae84de4b2bef9b11a163314a00802e --- cinder/quota.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/quota.py b/cinder/quota.py index 6e48ea410..c79960fa1 100644 --- a/cinder/quota.py +++ b/cinder/quota.py @@ -105,7 +105,7 @@ class DbQuotaDriver(object): LOG.deprecated(_("Default quota for resource: %(res)s is set " "by the default quota flag: quota_%(res)s, " "it is now deprecated. Please use the " - "the default quota class for default " + "default quota class for default " "quota.") % {'res': resource.name}) quotas[resource.name] = default_quotas.get(resource.name, resource.default) -- 2.45.2