]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Misuse of i18n log translation to output error message
authorMitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Tue, 24 Jun 2014 23:40:36 +0000 (19:40 -0400)
committerMitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Thu, 26 Jun 2014 13:40:48 +0000 (09:40 -0400)
commit663eadfb2b7facbae7ba2cf6fe579355e1cc5e02
tree45f967d82d0b7bdf8f14b8727a1aa8f4e4b4104f
parentd69aa545aa0660a6147490cd4cc137acd991217f
Misuse of i18n log translation to output error message

I found a misuse of i18n log translation for error message
in "cinder/volume/drivers/lvm.py'.

The "%s' can not be translated. In this case, the "message'
must be i18ning and then the "message" should be output
using LOG.error().

Change-Id: I4495522d337764dc28186225f4594a227ac3e555
Signed-off-by: Mitsuhiro Tanino <mitsuhiro.tanino@hds.com>
Closes-Bug: 1334334
cinder/volume/drivers/lvm.py