mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
log: Remove unneeded new line
The help text of the -d plugin option has a new line at the end which is not needed as one is added automatically. Fixing it removes the unexpected empty line in -d help output. Signed-off-by: BALATON Zoltan <balaton@eik.bme.hu> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Message-Id: <20230119214033.600FB74645F@zero.eik.bme.hu> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
This commit is contained in:
parent
dbc6ae9c3b
commit
cb9291e550
1 changed files with 1 additions and 1 deletions
|
@ -489,7 +489,7 @@ const QEMULogItem qemu_log_items[] = {
|
|||
"do not chain compiled TBs so that \"exec\" and \"cpu\" show\n"
|
||||
"complete traces" },
|
||||
#ifdef CONFIG_PLUGIN
|
||||
{ CPU_LOG_PLUGIN, "plugin", "output from TCG plugins\n"},
|
||||
{ CPU_LOG_PLUGIN, "plugin", "output from TCG plugins"},
|
||||
#endif
|
||||
{ LOG_STRACE, "strace",
|
||||
"log every user-mode syscall, its input, and its result" },
|
||||
|
|
Loading…
Reference in a new issue