]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix logging guideline violations in volume/api.py
authorSean McGinnis <sean_mcginnis@dell.com>
Fri, 13 Feb 2015 21:17:28 +0000 (15:17 -0600)
committerSean McGinnis <sean_mcginnis@dell.com>
Mon, 16 Feb 2015 17:22:00 +0000 (11:22 -0600)
commitd0eee703ef76d547cbec3ef270952ac14325c3a2
treeeddc2d72c98255f8c10b3fa0c1dae698dce110ac
parent0b2e7cbeeb50673928b493e38f225e9868c23b4d
Fix logging guideline violations in volume/api.py

There were a few cases where logging was not following
the logging guidelines for i18m, delayed string
interpolation, and non-duplicating strings at different
levels. This patch cleans up those instances.

Change-Id: Ic42f3e9d084cbb7262ad6e479d9608fbf56a63ee
cinder/volume/api.py