ovs-brcompatd: Add rate-limit argument to rate-limited log call
[sliver-openvswitch.git] / vswitchd / ovs-brcompatd.c
index c3d905f..0b0c31b 100644 (file)
@@ -734,7 +734,7 @@ handle_port_cmd(struct ovsdb_idl *idl,
                     del_port(br, port_name);
                 }
                 error = commit_txn(txn, true);
-                VLOG_INFO_RL("%s %s %s: %s",
+                VLOG_INFO_RL(&rl, "%s %s %s: %s",
                              cmd_name, br_name, port_name, strerror(error));
             } while (error == EAGAIN);
         }