]> git.proxmox.com Git - mirror_qemu.git/commit
monitor: remove debug prints
authorBandan Das <bsd@redhat.com>
Wed, 3 Jun 2015 22:38:07 +0000 (18:38 -0400)
committerMarkus Armbruster <armbru@redhat.com>
Mon, 22 Jun 2015 15:40:00 +0000 (17:40 +0200)
commit19f2db5c84e563597bd8b3c3190aef591060dec2
treed629c73973b9a5a0caa0b5b41028cef6b00d895a
parent34acbc95229f9f841bde83691a5af949c15e105b
monitor: remove debug prints

The preferred solution is to use tracepoints and there
is good chance of bitrot with the debug prints not being
enabled at compile time. Remove them.

Suggested-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Bandan Das <bsd@redhat.com>
Acked-by: Luiz Capitulino <lcapitulino@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
monitor.c