ovn: Remove outdated debug messages.
authorRussell Bryant <russell@ovn.org>
Mon, 21 Mar 2016 15:09:52 +0000 (11:09 -0400)
committerRussell Bryant <russell@ovn.org>
Tue, 22 Mar 2016 01:43:12 +0000 (21:43 -0400)
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 these outdated log messages
that indicate that we called this function because contents changed.

Signed-off-by: Russell Bryant <russell@ovn.org>
Acked-by: Justin Pettit <jpettit@ovn.org>
ovn/northd/ovn-northd.c

index 19609c9..598bbe3 100644 (file)
@@ -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);
@@ -2196,8 +2195,6 @@ ovnsb_db_run(struct northd_context *ctx)
         const struct nbrec_logical_port *nb;
     } *hash_node, *hash_node_next;
 
-    VLOG_DBG("Recalculating port up states for ovn-nb db.");
-
     hmap_init(&lports_hmap);
 
     NBREC_LOGICAL_PORT_FOR_EACH(nb, ctx->ovnnb_idl) {