Merge "Add missing ws seperator between words"

This commit is contained in:
Zuul 2019-01-24 07:23:59 +00:00 committed by Gerrit Code Review
commit a8d995c2f2
7 changed files with 19 additions and 19 deletions

View File

@ -277,7 +277,7 @@ class HedvigISCSIDriver(driver.ISCSIDriver, san.SanDriver):
"project: %s", volName, snapshotName, project)
self.hrs.delete_snapshot(snapshotName, volName, snapshotId)
except exception.VolumeDriverException:
msg = _('Failed to delete snapshot: %s'
msg = _('Failed to delete snapshot: %s, '
'Rest API failed') % snapshotName
LOG.exception(msg)
raise exception.VolumeDriverException(msg)