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
commit ef4bfef972
1 changed files with 1 additions and 1 deletions

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)