mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
launch: direct: Print \n after printing qemu command line.
This makes it easier to see error messages printed by qemu. (cherry picked from commit19ee64303e) (cherry picked from commit847c515043)
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user