Merge "[Trivial]Add missing white space in the log message"

This commit is contained in:
Zuul
2021-02-11 22:56:44 +00:00
committed by Gerrit Code Review

View File

@@ -420,7 +420,7 @@ class JovianISCSIDriver(driver.ISCSIDriver):
args = {'snapshot': coname,
'object': oname,
'err': err}
msg = (_('Failed to create tmp snapshot %(snapshot)s'
msg = (_('Failed to create tmp snapshot %(snapshot)s '
'for object %(object)s: %(err)s') % args)
raise exception.VolumeBackendAPIException(msg)