Signed-off-by: Michael Goldish <[email protected]>
---
client/tests/kvm/kvm_vm.py | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py
index c9f779f..1fcb352 100755
--- a/client/tests/kvm/kvm_vm.py
+++ b/client/tests/kvm/kvm_vm.py
@@ -833,9 +833,9 @@ class VM:
qemu_command += (' -incoming "exec:nc -l %s"' %
self.migration_port)
- logging.debug("Running qemu command:\n%s", qemu_command)
+ logging.info("Running qemu command:\n%s", qemu_command)
self.process = kvm_subprocess.run_bg(qemu_command, None,
- logging.debug, "(qemu) ")
+ logging.info, "(qemu) ")
# Make sure the process was started successfully
if not self.process.is_alive():
--
1.7.3.4
_______________________________________________
Autotest mailing list
[email protected]
http://test.kernel.org/cgi-bin/mailman/listinfo/autotest