]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Make GPFS driver compliant with logging standards
authorJay S. Bryant <jsbryant@us.ibm.com>
Wed, 26 Nov 2014 00:10:15 +0000 (18:10 -0600)
committerJay S. Bryant <jsbryant@us.ibm.com>
Thu, 18 Dec 2014 01:42:21 +0000 (19:42 -0600)
commitf98677dae91ae47d57063901bbfd72a8106af14a
tree7b20e0186ca9661051934ebcfc4dd23b5416a2ee
parentd1b89778f97fe235bef68a81215249ea590f327b
Make GPFS driver compliant with logging standards

This patch adds the log level markers (_LI, _LE or _LW) where they
were missing.  It also changes the use of '%' to ',' for inserting
variables into log messages.  These changes are made based on the
guidelines in:
http://docs.openstack.org/developer/oslo.i18n/guidelines.html

Change-Id: I46dc4855776638a133a65451c7e32269dd09b8d1
Partial-Bug: 1384312
cinder/volume/drivers/ibm/gpfs.py