mirror of
https://github.com/holub/mame
synced 2025-04-26 02:07:14 +03:00
-nscsi_bus: Disable LOG_DATA_SENT by default to minimize log spam, nw
This commit is contained in:
parent
95bc436451
commit
ad1ab4290d
@ -11,7 +11,7 @@
|
||||
#define LOG_DATA_SENT (1U << 5)
|
||||
|
||||
//#define VERBOSE (LOG_GENERAL | LOG_STATE | LOG_CONTROL | LOG_DATA)
|
||||
#define VERBOSE (LOG_UNSUPPORTED | LOG_DATA_SENT)
|
||||
#define VERBOSE (LOG_UNSUPPORTED)
|
||||
|
||||
#include "logmacro.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user