ovsdb: Raise database corruption log level from warning to error.
authorBen Pfaff <blp@nicira.com>
Mon, 28 Mar 2011 19:59:18 +0000 (12:59 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 31 Mar 2011 23:43:51 +0000 (16:43 -0700)
commitff9f6644cb79d3ea5271c783704eb5092f503612
tree186b2664f8eea9e9fc000a8647a67e7d68d5a347
parent42a49b96013c6a149ad0bdd9799b22db59630ae7
ovsdb: Raise database corruption log level from warning to error.

If there's database corruption then it indicates that something went wrong,
e.g. the machine was powered-off by power failure.  It's definitely
something that the admin should know about.  This sounds like an error to
me, so use that log level.
ovsdb/file.c