All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix a bug in function create in kvm_vm
@ 2009-09-28  7:45 Yolkfull Chow
  2009-10-05 19:03 ` [Autotest] " Lucas Meneghel Rodrigues
  0 siblings, 1 reply; 6+ messages in thread
From: Yolkfull Chow @ 2009-09-28  7:45 UTC (permalink / raw)
  To: kvm; +Cc: autotest, Yolkfull Chow


Signed-off-by: Yolkfull Chow <yzhou@redhat.com>
---
 client/tests/kvm/kvm_vm.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/client/tests/kvm/kvm_vm.py b/client/tests/kvm/kvm_vm.py
index 55220f9..8aeffff 100755
--- a/client/tests/kvm/kvm_vm.py
+++ b/client/tests/kvm/kvm_vm.py
@@ -406,7 +406,7 @@ class VM:
                               self.process.get_output()))
                 return False
 
-            logging.debug("VM appears to be alive with PID %d",
+            logging.debug("VM appears to be alive with PID %d" %
                           self.process.get_pid())
             return True
 
-- 
1.6.2.5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2009-10-12  6:58 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-28  7:45 [PATCH] Fix a bug in function create in kvm_vm Yolkfull Chow
2009-10-05 19:03 ` [Autotest] " Lucas Meneghel Rodrigues
2009-10-10  8:24   ` Yolkfull Chow
2009-10-10  8:48     ` Yolkfull Chow
2009-10-11 23:53       ` Lucas Meneghel Rodrigues
2009-10-12  6:58         ` Yolkfull Chow

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.