]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: qemuschema: Add line break to debug message
authorPeter Krempa <pkrempa@redhat.com>
Thu, 12 Jul 2018 11:20:34 +0000 (13:20 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Fri, 13 Jul 2018 12:15:59 +0000 (14:15 +0200)
Message stating which schema replies file is being used would be
squashed with other messages.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
tests/testutilsqemuschema.c

index fb22803a228960da339c332ed4e71ae0de03b064..aa846e1e796bcfe7729788df6002292f8dffff2d 100644 (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;