Merge "Address nits in I6b4123590"

This commit is contained in:
Jenkins 2014-09-22 07:11:34 +00:00 committed by Gerrit Code Review
commit 58e27dc36d
1 changed files with 2 additions and 2 deletions

View File

@ -362,8 +362,8 @@ class Raw(Image):
data = images.qemu_img_info(self.path)
return data.file_format
except exception.InvalidDiskInfo as e:
LOG.info(_LI('Failed to get image info from %(path)s, '
'error was %(error)s'),
LOG.info(_LI('Failed to get image info from path %(path)s; '
'error: %(error)s'),
{'path': self.path,
'error': e})
return 'raw'