On Thu, Nov 10, 2016 at 01:28:22PM -0800, Joe Stringer wrote:
> Previously, if vswitchd aborted then the log message would only be
> printed to stderr, which may be hidden depending on how OVS is run.
> Use vlog as well so that the error shows up in the logs.
> 
> Signed-off-by: Joe Stringer <[email protected]>

We should only use ovs_abort() in cases where it's potentially risky to
call into vlog.  Otherwise we should use vlog_abort().

It's easy to choose wrong.  Do you see some places where we got it wrong?
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to