]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Added '%' before snapshot variable
authorMukul Patel <mukul18@gmail.com>
Sun, 26 May 2013 18:12:06 +0000 (23:42 +0530)
committerMukul Patel <mukul18@gmail.com>
Sun, 26 May 2013 18:32:50 +0000 (00:02 +0530)
commit525fad649a2bed158fb460c690ed4d82284d5355
tree3a3c9a137856e7a45000b1a922cda98f01e368fc
parent434ed6a971620fc824cbc2a98f30349b03f92817
Added '%' before snapshot variable

In function create_snapshot for cinder volume, '%' was missed
before variable snapshot from message defination. It was causing
an error during translation of debug message. Included '%'
for getting proper debug log.

Fixes: bug #1183736
Change-Id: I894639a4e5a69be80f4f53ec9d4f9f8648870173
cinder/volume/drivers/emc/emc_smis_common.py