On Fri, Aug 03, 2018 at 08:12:16PM +0300, [email protected] wrote: > > Signed-off-by: Ben Pfaff <[email protected]> > > --- > > lib/pcap-file.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > > > diff --git a/lib/pcap-file.c b/lib/pcap-file.c index > 981d56d48830..ea5cfa3b274e > > 100644 > > --- a/lib/pcap-file.c > > +++ b/lib/pcap-file.c > > @@ -163,7 +163,7 @@ ovs_pcap_read(FILE *file, struct dp_packet **bufp, > > long long int *when) > > if (swap) { > > len = uint32_byteswap(len); > > if (len > 0xffff) { > > - VLOG_WARN("bad packet length %"PRIuSIZE" or %"PRIu32 > > + VLOG_WARN("bad packet length %"PRIuSIZE" or %"PRIu32" " > > "reading pcap file", > > len, uint32_byteswap(len)); > > return EPROTO; > > -- > > 2.16.1 > > Acked-by: Alin Gabriel Serdean <[email protected]>
Thanks! I applied this to master and backported it as far as it would go. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
