]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell SC: Fix error causing missed log message
authorSean McGinnis <sean_mcginnis@dell.com>
Tue, 18 Aug 2015 13:08:18 +0000 (08:08 -0500)
committerSean McGinnis <sean_mcginnis@dell.com>
Tue, 18 Aug 2015 13:08:18 +0000 (08:08 -0500)
commit21e892207a606314ae762bd37041342e10fa7f30
tree5ddc6b379fba6a1a84bcd440516d643d4b84da16
parent442aea54c9cdcbeb44b9eb8289b8207dddfd4adc
Dell SC: Fix error causing missed log message

Extremely trivial fix. An extra comma at the end of a
logging line actually made it into a statement that
doesn't perform logging. This patch removes the extra
comma so that the message gets logged as expected.

Change-Id: I032d5cdd54e3ed8924115744671d8ef9231e62c0
cinder/volume/drivers/dell/dell_storagecenter_api.py