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
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