On Wed, Mar 30, 2016 at 11:11 PM, Ben Pfaff <[email protected]> wrote: > Previously, error messages ended up looking like: > ovsdb-tool: I/O error: create: $DBFILE failed (File exists) > which is hard to understand. This commit changes them to: > ovsdb-tool: I/O error: $DBFILE: create failed (File exists) > which makes more sense. > > Signed-off-by: Ben Pfaff <[email protected]> > --- > ovsdb/log.c | 2 +- > tests/ovsdb-log.at | 2 +- > tests/ovsdb-server.at | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > Untested, but the swap makes sense.
Acked-by: Russell Bryant <[email protected]> _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
