From: Peter Krempa Date: Thu, 12 Jul 2018 11:20:34 +0000 (+0200) Subject: tests: qemuschema: Add line break to debug message X-Git-Tag: v4.6.0-rc1~246 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e59dc14d1e1587f9c231c7f7928bd9efb92b6b5f;p=thirdparty%2Flibvirt.git 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 --- diff --git a/tests/testutilsqemuschema.c b/tests/testutilsqemuschema.c index fb22803a22..aa846e1e79 100644 --- a/tests/testutilsqemuschema.c +++ b/tests/testutilsqemuschema.c @@ -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;