[Libguestfs] [PATCH 41/67] launch: direct: Print \n after printing qemu command line.

Richard W.M. Jones rjones at redhat.com
Sat Aug 24 11:04:41 UTC 2013


From: "Richard W.M. Jones" <rjones at redhat.com>

This makes it easier to see error messages printed by qemu.

(cherry picked from commit 19ee64303e65766b4a1b1ac55adbbb646a1c3500)
---
 src/launch-direct.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/launch-direct.c b/src/launch-direct.c
index 8d05221..ce39e0c 100644
--- a/src/launch-direct.c
+++ b/src/launch-direct.c
@@ -748,6 +748,8 @@ print_qemu_command_line (guestfs_h *g, char **argv)
     if (needs_quote) fputc ('\'', stderr);
     i++;
   }
+
+  fputc ('\n', stderr);
 }
 
 static void parse_qemu_version (guestfs_h *g);
-- 
1.8.3.1




More information about the Libguestfs mailing list