Signed-off-by: Wei Liu <wei.l...@citrix.com>
Reviewed-by: Andrew Cooper <andrew.coop...@citrix.com>
---
 tools/libxc/xc_dom_core.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/libxc/xc_dom_core.c b/tools/libxc/xc_dom_core.c
index b5f316a1dc..303cb971e8 100644
--- a/tools/libxc/xc_dom_core.c
+++ b/tools/libxc/xc_dom_core.c
@@ -1078,7 +1078,7 @@ static int xc_dom_load_acpi(struct xc_dom_image *dom)
 
     while ( (i < MAX_ACPI_MODULES) && dom->acpi_modules[i].length )
     {
-        DOMPRINTF("%s: %d bytes at address %" PRIx64 "\n", __FUNCTION__,
+        DOMPRINTF("%s: %d bytes at address %" PRIx64, __FUNCTION__,
                   dom->acpi_modules[i].length,
                   dom->acpi_modules[i].guest_addr_out);
 
-- 
2.11.0


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xenproject.org
https://lists.xenproject.org/mailman/listinfo/xen-devel

Reply via email to