]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix format in cinder/volume/drivers/netapp/dataontap/block_base.py
authorAndreas Jaeger <aj@suse.com>
Tue, 15 Mar 2016 07:31:11 +0000 (08:31 +0100)
committerAndreas Jaeger <aj@suse.com>
Tue, 15 Mar 2016 07:31:11 +0000 (08:31 +0100)
The format misses the conversion type. This break translation testing in
an interesting way, the translated string is not accepted as valid.

Change-Id: Ieb63e9efcc3ec38be115e1e9b32e6ef55d777ba6

cinder/volume/drivers/netapp/dataontap/block_base.py

index 5028d497f508762a8e48eca3f8093d01666f6a48..d6f9ee433ba48b15aa4c1b646b72786c34ea00f4 100644 (file)
@@ -1013,7 +1013,7 @@ class NetAppBlockStorageLibrary(object):
             except Exception:
                 volumes_model_update.append(
                     {'id': volume['id'], 'status': 'error_deleting'})
-                LOG.exception(_LE("Volume %(vol) in the consistency group "
+                LOG.exception(_LE("Volume %(vol)s in the consistency group "
                                   "could not be deleted."), {'vol': volume})
         return model_update, volumes_model_update