diff mbox

Fix a bug in function create in kvm_vm

Message ID 1254123901-5628-1-git-send-email-yzhou@redhat.com (mailing list archive)
State New, archived
Headers show

Commit Message

Yolkfull Chow Sept. 28, 2009, 7:45 a.m. UTC
Signed-off-by: Yolkfull Chow <yzhou@redhat.com>
---
 client/tests/kvm/kvm_vm.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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