KVM test: kvm_config: print directly to stdout instead of using logging
commit38efc77a123f92f4b8063614bfd45cb0d66c21d3
authorlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 11 Jan 2011 15:51:01 +0000 (11 15:51 +0000)
committerlmr <lmr@592f7852-d20e-0410-864c-8624ca9c26a4>
Tue, 11 Jan 2011 15:51:01 +0000 (11 15:51 +0000)
tree29fce2e25189cfd0c7ccdcb159300fad31a86445
parent8a51f0a16832f87de696af6fcb841a8f74d8f10d
KVM test: kvm_config: print directly to stdout instead of using logging

If the whole purpose of running kvm_config.py directly is to print the
dictionary contents, it is better to simply dump the information to
stdout instead of adding the logginging info and timestamp clutter to
every single line.

Signed-off-by: Eduardo Habkost <ehabkost@raisama.net>
git-svn-id: svn://test.kernel.org/autotest/trunk@5133 592f7852-d20e-0410-864c-8624ca9c26a4
client/tests/kvm/kvm_config.py