Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/tests/physical_resources_check.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/client/tests/kvm/tests/physical_resources_check.py b/client/tests/kvm/tests/physical_resources_check.py index 1ef906f..e647e0b 100644 --- a/client/tests/kvm/tests/physical_resources_check.py +++ b/client/tests/kvm/tests/physical_resources_check.py @@ -101,7 +101,7 @@ def run_physical_resources_check(test, params, env): if not found: f_fail += 1 - logging.error("%s model mismatch:") + logging.error("%s model mismatch:", device) logging.error(" Assigned to VM: %s", expected) logging.error(" Reported by OS: %s", device_found) return f_fail -- 1.7.5 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html