]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu_monitor: Debug print all arguments in qemuMonitorScreendump()
authorMichal Privoznik <mprivozn@redhat.com>
Wed, 7 Dec 2022 09:47:20 +0000 (10:47 +0100)
committerMichal Privoznik <mprivozn@redhat.com>
Wed, 7 Dec 2022 12:14:18 +0000 (13:14 +0100)
commit705ab146fcbfad1644e9b6b5a8e211edbb29dfcd
treea7d282233da094f6519d4b9e0d37163234536d58
parent7d778701e279ddb85da2091b4c63b5bb94ffb65e
qemu_monitor: Debug print all arguments in qemuMonitorScreendump()

For some reason, only @file argument is printed into debug logs.
The rest of arguments was left out. Include all arguments.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
src/qemu/qemu_monitor.c