NSXv3: Fix string format in logging message
Change-Id: I1f502494af5777172620b2cbaf9768e9e85f031c
This commit is contained in:
parent
f92e480321
commit
4a90402f81
@ -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