X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Ffile.c;h=1425bebec549fbc3b022d2c4d54f703673179db9;hb=ff9f6644cb79d3ea5271c783704eb5092f503612;hp=9f0ab28043ac11148539ee9d33475e793c41a2d4;hpb=42a49b96013c6a149ad0bdd9799b22db59630ae7;p=sliver-openvswitch.git diff --git a/ovsdb/file.c b/ovsdb/file.c index 9f0ab2804..1425bebec 100644 --- a/ovsdb/file.c +++ b/ovsdb/file.c @@ -230,7 +230,7 @@ ovsdb_file_open__(const char *file_name, * truncated due to power failure etc. and we should use its current * contents. */ char *msg = ovsdb_error_to_string(error); - VLOG_WARN("%s", msg); + VLOG_ERR("%s", msg); free(msg); ovsdb_error_destroy(error);