Merge "NSXv3: Fix string format in logging message"

This commit is contained in:
Jenkins 2016-11-22 09:11:45 +00:00 committed by Gerrit Code Review
commit 7bdbbcb64a
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})