The current debug log is a little misleading because when DP group is
used, it skips the non-local DP only instead of completely skipping the
lflow.

Signed-off-by: Han Zhou <[email protected]>
---
 controller/lflow.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/controller/lflow.c b/controller/lflow.c
index b976c7d56..8b32c7469 100644
--- a/controller/lflow.c
+++ b/controller/lflow.c
@@ -792,8 +792,8 @@ consider_logical_flow__(const struct sbrec_logical_flow 
*lflow,
                         struct lflow_ctx_out *l_ctx_out)
 {
     if (!get_local_datapath(l_ctx_in->local_datapaths, dp->tunnel_key)) {
-        VLOG_DBG("lflow "UUID_FMT" is not for local datapath, skip",
-                 UUID_ARGS(&lflow->header_.uuid));
+        VLOG_DBG("Skip lflow "UUID_FMT" for non-local datapath %"PRId64,
+                 UUID_ARGS(&lflow->header_.uuid), dp->tunnel_key);
         return;
     }
 
-- 
2.30.2

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to