summaryrefslogtreecommitdiff
path: root/nova/db/api.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/db/api.py')
-rw-r--r--nova/db/api.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/db/api.py b/nova/db/api.py
index e0e01321f7..275340dbad 100644
--- a/nova/db/api.py
+++ b/nova/db/api.py
@@ -32,7 +32,6 @@ from oslo_log import log as logging
from nova.cells import rpcapi as cells_rpcapi
import nova.conf
-from nova.i18n import _LE
CONF = nova.conf.CONF
@@ -1787,7 +1786,7 @@ def bw_usage_update(context, uuid, mac, start_period, bw_in, bw_out,
uuid, mac, start_period, bw_in, bw_out,
last_ctr_in, last_ctr_out, last_refreshed)
except Exception:
- LOG.exception(_LE("Failed to notify cells of bw_usage update"))
+ LOG.exception("Failed to notify cells of bw_usage update")
return rv