[Trivial] Adjust log message and add missing ws between words

This is to slightly adjust a log message and add a missing whitespace
between words.

Change-Id: I336b44a04a90e53f49c317018fa0b3d96947e5ae
This commit is contained in:
zhufl 2019-10-22 11:42:30 +08:00 committed by do3meli
parent 025c0ef4f3
commit 0447d2fa33

View File

@ -2376,8 +2376,8 @@ class SolidFireDriver(san.SanISCSIDriver):
else:
repl_configs = self.configuration.replication_device[0]
if secondary_id and repl_configs['backend_id'] != secondary_id:
msg = _("Replication id (%s) does not match the configured"
"on cinder.conf.") % secondary_id
msg = _("Replication id (%s) does not match the configured "
"one in cinder.conf.") % secondary_id
raise exception.InvalidReplicationTarget(msg)
remote = self.cluster_pairs[0]