提交 e59dc14d 编写于 作者: P Peter Krempa

tests: qemuschema: Add line break to debug message

Message stating which schema replies file is being used would be
squashed with other messages.
Signed-off-by: NPeter Krempa <pkrempa@redhat.com>
上级 d682f908
......@@ -539,7 +539,7 @@ testQEMUSchemaGetLatest(void)
return NULL;
}
VIR_TEST_DEBUG("replies file: '%s'", capsLatestFile);
VIR_TEST_DEBUG("replies file: '%s'\n", capsLatestFile);
if (virTestLoadFile(capsLatestFile, &capsLatest) < 0)
goto cleanup;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册