Re: [Qemu-devel] [PATCH v4 4/4] monitor: remove debug prints

2015-06-03 Thread Markus Armbruster
Bandan Das writes: > 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 > Signed-off-by: Bandan Das Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v4 4/4] monitor: remove debug prints

2015-06-02 Thread Bandan Das
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 Signed-off-by: Bandan Das --- monitor.c | 19 +-- 1 file changed, 1 insertion(+), 18 deletions(-)