Fix missing space before end quote

Fix missing space before end quote for log error
of reset task state.

Partial-change: #844497
Change-Id: I856531a2d50aab6ea11ebbc13b493b5d8b30d83a
This commit is contained in:
namrata 2022-08-03 07:32:26 +00:00
parent 23988df0b6
commit 992a94247a

View File

@ -789,7 +789,7 @@ class SetShare(command.Command):
try:
share_obj.reset_task_state(parsed_args.task_state)
except Exception as e:
LOG.error(_("Failed to update share task state"
LOG.error(_("Failed to update share task state "
"%s"), e)
result += 1