[ovs-dev] [PATCH 3/3] rconn: Suppress failed connection messages after the backoff maxes out.

Jesse Gross jesse at nicira.com
Thu Jun 24 00:57:30 UTC 2010


On Fri, Jun 11, 2010 at 4:03 PM, Ben Pfaff <blp at nicira.com> wrote:

> +        } else {
> +            if (rc->backoff < rc->max_backoff) {
> +                VLOG_INFO("%s: continuing to retry connections in the "
> +                          "background but suppressing further logging",
> +                          rc->name);
> +            }


Is there a reason you didn't use rconn_logging_connection_attempts__() here?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openvswitch.org/pipermail/ovs-dev/attachments/20100623/251e52b3/attachment-0003.html>


More information about the dev mailing list