Re: [libvirt] [PATCH 01/21] Only output initialized capabilities with VIR_TEST_DEBUG > 1

2017-11-13 Thread Pavel Hrdina
On Mon, Nov 13, 2017 at 09:50:16AM +0100, Martin Kletzander wrote: > Currenty virTestInit() outputs all capabilities that it created when running > with VIR_TEST_DEBUG=1. Since this is quite a lot of output for every call of > this function (and it is not needed until debugging a really deep-down

[libvirt] [PATCH 01/21] Only output initialized capabilities with VIR_TEST_DEBUG > 1

2017-11-13 Thread Martin Kletzander
Currenty virTestInit() outputs all capabilities that it created when running with VIR_TEST_DEBUG=1. Since this is quite a lot of output for every call of this function (and it is not needed until debugging a really deep-down issue) let's just output the info when VIR_TEST_DEBUG is strictly