Merge "Remove useless str()"

This commit is contained in:
Jenkins 2016-06-13 13:15:26 +00:00 committed by Gerrit Code Review
commit 5ed5542701
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ class IpConntrackManager(object):
extra_ok_codes=[1])
except RuntimeError:
LOG.exception(
_LE("Failed execute conntrack command %s"), str(cmd))
_LE("Failed execute conntrack command %s"), cmd)
def delete_conntrack_state_by_rule(self, device_info_list, rule):
self._delete_conntrack_state(device_info_list, rule)