Merge "typo fix"

This commit is contained in:
Jenkins 2016-09-14 19:25:39 +00:00 committed by Gerrit Code Review
commit 9818744954
2 changed files with 2 additions and 2 deletions

View File

@ -279,7 +279,7 @@ class LimitExceeded(BarbicanHTTPException):
class ServiceUnavailable(BarbicanException):
message = u._("The request returned 503 Service Unavilable. This "
message = u._("The request returned 503 Service Unavailable. This "
"generally occurs on service overload or other transient "
"outage.")

View File

@ -297,7 +297,7 @@ def soft_delete_expired_secrets(threshold_date):
update_count += children_count
LOG.info(u._LI("Soft deleted %(update_count)s entries due to secret "
"expiration and %(acl_total)s secret acl entries "
"wereremoved from the database") %
"were removed from the database") %
{'update_count': update_count,
'acl_total': acl_total})
return update_count + acl_total