ovs-brcompatd: Add rate-limit argument to rate-limited log call
authorJustin Pettit <jpettit@nicira.com>
Wed, 3 Mar 2010 14:05:37 +0000 (06:05 -0800)
committerJustin Pettit <jpettit@nicira.com>
Wed, 3 Mar 2010 14:06:28 +0000 (06:06 -0800)
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);
         }