Merge "Make event debug log more useful"

This commit is contained in:
Zuul 2019-03-02 00:55:50 +00:00 committed by Gerrit Code Review
commit 5ff2867772
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ class RowEvent(ovsdb_event.RowEvent): # pylint: disable=abstract-method
if not self.match_fn(event, row, old):
return False
LOG.debug("%s : Matched %s, %s, %s %s", self.event_name, self.table,
self.events, self.conditions, self.old_conditions)
event, self.conditions, self.old_conditions)
return True