[ovs-dev] [PATCH] ovn: Remove outdated debug message.

Russell Bryant russell at ovn.org
Mon Mar 21 15:10:59 UTC 2016


ovn-northd used to only call ovnsb_db_run() and ovnnb_db_run() when
seqnos indicated that they had changed.  It now always calls these
functions from the main loop.  Remove this outdated log message that
indicates that we called this function because contents changed.

Signed-off-by: Russell Bryant <russell at ovn.org>
---
 ovn/northd/ovn-northd.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ovn/northd/ovn-northd.c b/ovn/northd/ovn-northd.c
index bf8cde4..b9a6272 100644
--- a/ovn/northd/ovn-northd.c
+++ b/ovn/northd/ovn-northd.c
@@ -2157,7 +2157,6 @@ ovnnb_db_run(struct northd_context *ctx)
     if (!ctx->ovnsb_txn) {
         return;
     }
-    VLOG_DBG("ovn-nb db contents may have changed.");
     struct hmap datapaths, ports;
     build_datapaths(ctx, &datapaths);
     build_ports(ctx, &datapaths, &ports);
-- 
2.5.0




More information about the dev mailing list