Merge "NSXv3: Fix string format in logging message"
This commit is contained in:
commit
7bdbbcb64a
@ -218,7 +218,7 @@ class NsxLibNsGroup(utils.NsxLibApiBase):
|
||||
# REVISIT(roeyc): A ManagerError might have been raised for a
|
||||
# different reason, e.g - NSGroup does not exists.
|
||||
LOG.warning(_LW("Failed to add %(target_type)s resources "
|
||||
"(%(target_ids))s to NSGroup %(nsgroup_id)s"),
|
||||
"(%(target_ids)s) to NSGroup %(nsgroup_id)s"),
|
||||
{'target_type': target_type,
|
||||
'target_ids': target_ids,
|
||||
'nsgroup_id': nsgroup_id})
|
||||
|
Loading…
x
Reference in New Issue
Block a user