]> git.ipfire.org Git - thirdparty/libvirt.git/commit
util: json: Don't bother logging output string in virJSONValueToString
authorPeter Krempa <pkrempa@redhat.com>
Fri, 29 Mar 2019 12:48:22 +0000 (13:48 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 3 Apr 2019 09:58:10 +0000 (11:58 +0200)
commitcfe6cecdcac9b8ec65492d26c121d9254b5552b9
tree410aa2eef956253e18fe1ba68fc15824abf86ce5
parent6a604f759dd81549cc17f29672fe1140dd3b0504
util: json: Don't bother logging output string in virJSONValueToString

We have tests that validate the XML formatter. Additionally almost every
guide tells users to disable JSON logging. Drop logging of output string
in virJSONValueToString.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Laine Stump <laine@laine.org>
src/util/virjson.c