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: Peter Krempa <pkrempa@redhat.com>
This commit is contained in:
Peter Krempa 2018-07-12 13:20:34 +02:00
parent d682f90891
commit e59dc14d1e

View File

@ -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;