diff --git a/lib/hypervisor/hv_kvm.py b/lib/hypervisor/hv_kvm.py
index d474627bb154b02c3c4c7e761c21c7763e75e4c2..28bcdc26e94dc389b3d58a13b00217bf28d8d45c 100644
--- a/lib/hypervisor/hv_kvm.py
+++ b/lib/hypervisor/hv_kvm.py
@@ -686,7 +686,7 @@ class KVMHypervisor(hv_base.BaseHypervisor):
if not result.stdout:
logging.info("KVM: empty 'info migrate' result")
else:
- logging.warning("KVM: unknown 'info migrate' result: %s" %
+ logging.warning("KVM: unknown 'info migrate' result: %s",
result.stdout)
time.sleep(self._MIGRATION_INFO_RETRY_DELAY)
else: