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

Ben Pfaff blp at nicira.com
Thu Jun 24 19:45:14 UTC 2010


On Wed, Jun 23, 2010 at 05:57:30PM -0700, Jesse Gross wrote:
> 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?

You're right, I can use it there too.

I made that change and pushed this out.




More information about the dev mailing list