Change _LE to _LW (at manila/share/manager.py)

Since I found wrong use _LE of manila/share/manager.py,
I change _LE to _LW.

l.521 LOG.warning(_LE("Failed to update quota usages: %s."),

Change-Id: I6602f66aa85ef93ea7b03db1af3e0e1d62a53a63
Closes-Bug: #1477895
This commit is contained in:
Yusuke Hayashi
2015-07-24 03:07:31 +09:00
parent c98d1c2be8
commit 42b1b141c1

View File

@@ -518,7 +518,7 @@ class ShareManager(manager.SchedulerDependentManager):
# Quota reservation errors here are not fatal, because
# unmanage is administrator API and he/she could update user
# quota usages later if it's required.
LOG.warning(_LE("Failed to update quota usages: %s."),
LOG.warning(_LW("Failed to update quota usages: %s."),
six.text_type(e))
if self.configuration.safe_get('unmanage_remove_access_rules'):