On Tue, Aug 27, 2024 at 2:56 PM Xavier Simonart <[email protected]> wrote:
> Signed-off-by: Xavier Simonart <[email protected]> > --- > ic/ovn-ic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/ic/ovn-ic.c b/ic/ovn-ic.c > index 84d2ed5a4..18d1df039 100644 > --- a/ic/ovn-ic.c > +++ b/ic/ovn-ic.c > @@ -2338,7 +2338,7 @@ main(int argc, char *argv[]) > if (!rc1 || !rc2 || !rc3 || !rc4) { > VLOG_DBG(" a transaction failed in: %s %s %s %s", > !rc1 ? "nb" : "", !rc2 ? "sb" : "", > - !rc3 ? "ic_nb" : "", rc4 ? "ic_sb" : ""); > + !rc3 ? "ic_nb" : "", !rc4 ? "ic_sb" : ""); > /* A transaction failed. Wake up immediately to give > * opportunity to send the proper transaction > */ > -- > 2.31.1 > > _______________________________________________ > dev mailing list > [email protected] > https://mail.openvswitch.org/mailman/listinfo/ovs-dev > > Nice catch! Acked-by: Ales Musil <[email protected]> -- Ales Musil Senior Software Engineer - OVN Core Red Hat EMEA <https://www.redhat.com> [email protected] <https://red.ht/sig> _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
