]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add i18n _LX tags for relevant log levels in EQLX driver.
authorSean McGinnis <sean_mcginnis@dell.com>
Sat, 15 Nov 2014 01:39:54 +0000 (19:39 -0600)
committerSean McGinnis <sean_mcginnis@dell.com>
Sat, 15 Nov 2014 03:14:51 +0000 (21:14 -0600)
commitccca7c0c984cbae837414d130a2a65071e1f4879
tree53b6407a009d525f7e5c8ac0299f740c760e8642
parent2712b42b3f130b75b939087447cdfc24307e3ff3
Add i18n _LX tags for relevant log levels in EQLX driver.

The decision has been made to follow the translation
convention used in other projects of marking all INFO
and above log strings with _LI, _LW, or _LE. This patch
adds these markers for all log strings in the EQLX
driver that are not being used in an exception or where
array output is being logged.

Change-Id: I978886e0a98601c0b3d70f7c97bccf6561ba325e
cinder/volume/drivers/eqlx.py