Skip to content

Commit ff0ad0e

Browse files
elizashurovYanVugenfirer
authored andcommitted
RHEL-114565: [viostor] Fix debug message flooding in WinDbg
Set virtioDebugLevel to 0. Signed-off-by: Elizabeth Ashurov <eashurov@redhat.com>
1 parent 7417f97 commit ff0ad0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

viostor/virtio_stor_utils.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ tDebugPrintFunc VirtioDebugPrintProc;
106106
#else
107107
#include "virtio_stor_trace.h"
108108
bDebugPrint = 1;
109-
virtioDebugLevel = 0xFF;
109+
virtioDebugLevel = 0;
110110
nViostorDebugLevel = 0xFF;
111111
tDebugPrintFunc VirtioDebugPrintProc = DbgPrint;
112112
#endif

0 commit comments

Comments
 (0)