ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.
authorBen Pfaff <blp@nicira.com>
Thu, 6 Oct 2011 18:25:25 +0000 (11:25 -0700)
committerBen Pfaff <blp@nicira.com>
Mon, 24 Oct 2011 16:19:34 +0000 (09:19 -0700)
commit4e92542cefb73120de987cabc75b9a1a742999f0
treec8398517adb40a84fe5a44cfc16da436ea12ffbe
parenta0a15a0071bbe31dc4e13fa1ef29edecd60cfa93
ovsdb-tool: Make "show-log" convert raw JSON to easier-to-read syntax.

Now output that formerly looked like ["map", [["key1", "value1"], ["key2",
"value2"]]] is printed like {key1=value1, key2=value2}, which I find easier
to read.
ovsdb/ovsdb-tool.c