Re: [Qemu-devel] [PATCH] block/vvfat: Disable debug message by default

2018-07-23 Thread Kevin Wolf
Am 18.07.2018 um 17:08 hat Thomas Huth geschrieben: > It's annoying to see this debug message every time you use vvfat. > Disable it with the DLOG() macro by default, as it is done with the > other debug messages in this file. > > Signed-off-by: Thomas Huth Thanks, applied to the block branch.

[Qemu-devel] [PATCH] block/vvfat: Disable debug message by default

2018-07-18 Thread Thomas Huth
It's annoying to see this debug message every time you use vvfat. Disable it with the DLOG() macro by default, as it is done with the other debug messages in this file. Signed-off-by: Thomas Huth --- block/vvfat.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/block/vvfa