From 2cc98256b74d89eea1baa9bb9abb1a0cdc85daa7 Mon Sep 17 00:00:00 2001 From: Zuul Date: Thu, 23 May 2019 19:10:20 +0000 Subject: [PATCH] Update git submodules * Update ovsdbapp from branch 'master' - Merge "Make Event logging more useful by default" - Make Event logging more useful by default Log messages like: ChassisGatewayAgentEvent : Matched Chassis, create, None None are not particularly useful. This adds a default repr to RowEvents and also a Row stringifier (which eventually could go in the ovs lib). Subclasses of RowEvent that rely on custom match functions should write their own __repr__ methods. Change-Id: Ice22858df465b37b973718be718673aab46193ce --- ovsdbapp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ovsdbapp b/ovsdbapp index 0fe5351c09..ad69266e3f 160000 --- a/ovsdbapp +++ b/ovsdbapp @@ -1 +1 @@ -Subproject commit 0fe5351c09d579e36d434a9b5529ce87629e0e25 +Subproject commit ad69266e3fa4b1d68b54291836651f5986616d66