Merge "Fix minor spelling error in debug log"

This commit is contained in:
Jenkins 2016-06-20 20:24:23 +00:00 committed by Gerrit Code Review
commit e130a46cc6
1 changed files with 2 additions and 2 deletions

View File

@ -186,8 +186,8 @@ class DbQuotaDriver(object):
current_limits.items() if limit < 0])
# Do not even bother counting resources and calculating headroom
# for resources with unlimited quota
LOG.debug(("Resources %s have unlimited quota limit. It is not "
"required to calculated headroom "),
LOG.debug("Resources %s have unlimited quota limit. It is not "
"required to calculate headroom ",
",".join(unlimited_resources))
requested_resources = (set(requested_resources) -
unlimited_resources)