X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=lib%2Fovsdb-error.c;h=db8019f385225e8df95bdd11a314b9bb6c80ede5;hb=f9ef1c31cfcd2d9ded66588a11c59e29e5aaa2ca;hp=c9221493dd8fce1dbb0f47007b0190d97908bf55;hpb=80af01eda87eaaf16369642d2733e561b3d56b71;p=openvswitch diff --git a/lib/ovsdb-error.c b/lib/ovsdb-error.c index c9221493..db8019f3 100644 --- a/lib/ovsdb-error.c +++ b/lib/ovsdb-error.c @@ -25,8 +25,7 @@ #include "util.h" #include "vlog.h" -#define THIS_MODULE VLM_ovsdb_error -#include "vlog.h" +VLOG_DEFINE_THIS_MODULE(ovsdb_error); struct ovsdb_error { const char *tag; /* String for "error" member. */ @@ -87,7 +86,7 @@ ovsdb_syntax_error(const struct json *json, const char *tag, if (json) { /* XXX this is much too much information in some cases */ - error->syntax = json_to_string(json, 0); + error->syntax = json_to_string(json, JSSF_SORT); } return error;