summaryrefslogtreecommitdiffstats
path: root/nova/volume
diff options
context:
space:
mode:
Diffstat (limited to 'nova/volume')
-rw-r--r--nova/volume/driver.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/nova/volume/driver.py b/nova/volume/driver.py
index f00eb0800..a9facac91 100644
--- a/nova/volume/driver.py
+++ b/nova/volume/driver.py
@@ -446,8 +446,8 @@ class ISCSIDriver(VolumeDriver):
# Instances remount read-only in this case.
# /etc/init.d/iscsitarget restart and rebooting nova-volume
# is better since ensure_export() works at boot time.
- logging.error(_("Cannot confirm exported volume "
- "id:%(volume_id)s.") % locals())
+ LOG.error(_("Cannot confirm exported volume "
+ "id:%(volume_id)s.") % locals())
raise