launch: direct: Print \n after printing qemu command line.

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

(cherry picked from commit 19ee64303e)
(cherry picked from commit 847c515043)
This commit is contained in:
Richard W.M. Jones
2013-08-12 13:41:24 +01:00
parent 6ef05a8201
commit d114e288c3

View File

@@ -770,6 +770,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);