NSXv3: Fix string format in logging message

Change-Id: I1f502494af5777172620b2cbaf9768e9e85f031c
This commit is contained in:
Roey Chen 2016-11-22 00:56:31 -08:00
parent f92e480321
commit 4a90402f81
1 changed files with 1 additions and 1 deletions

View File

@ -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})