]> git.proxmox.com Git - mirror_qemu.git/commit
block/vvfat: Disable debug message by default
authorThomas Huth <thuth@redhat.com>
Wed, 18 Jul 2018 15:08:29 +0000 (17:08 +0200)
committerKevin Wolf <kwolf@redhat.com>
Mon, 23 Jul 2018 14:50:43 +0000 (16:50 +0200)
commit3e31b4e17064d22e533071aaa57d3f01499ef910
tree8a6887aff357902d232500224e295c25116e4522
parent092b9c408fb22010747f17e2fb19521cfafd45d6
block/vvfat: Disable debug message by default

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 <thuth@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
block/vvfat.c