Skip to content

Commit f70e459

Browse files
committed
fixing travis-caught issue
1 parent e3e36ef commit f70e459

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

f5lbaasdriver/v2/bigip/plugin_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ def validate_l7policys_state_by_listener(self, context, listeners,
836836
l7policy_db = self.driver.plugin.db.get_l7policies(context)
837837
except Exception as error:
838838
LOG.exception("Exception: plugin.db.get_l7policies({}): "
839-
"({})".format(content, error))
839+
"({})".format(listeners, error))
840840
return {}
841841
LOG.debug("({}) = get_l7policies({})".format(l7policy_db, context))
842842
for listener_id in listeners:

0 commit comments

Comments
 (0)