[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:
parent
025c0ef4f3
commit
0447d2fa33
@ -2376,8 +2376,8 @@ class SolidFireDriver(san.SanISCSIDriver):
|
|||||||
else:
|
else:
|
||||||
repl_configs = self.configuration.replication_device[0]
|
repl_configs = self.configuration.replication_device[0]
|
||||||
if secondary_id and repl_configs['backend_id'] != secondary_id:
|
if secondary_id and repl_configs['backend_id'] != secondary_id:
|
||||||
msg = _("Replication id (%s) does not match the configured"
|
msg = _("Replication id (%s) does not match the configured "
|
||||||
"on cinder.conf.") % secondary_id
|
"one in cinder.conf.") % secondary_id
|
||||||
raise exception.InvalidReplicationTarget(msg)
|
raise exception.InvalidReplicationTarget(msg)
|
||||||
|
|
||||||
remote = self.cluster_pairs[0]
|
remote = self.cluster_pairs[0]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user