-nscsi_bus: Disable LOG_DATA_SENT by default to minimize log spam, nw

This commit is contained in:
MooglyGuy 2019-05-18 14:39:40 +02:00
parent 95bc436451
commit ad1ab4290d

View File

@ -11,7 +11,7 @@
#define LOG_DATA_SENT (1U << 5) #define LOG_DATA_SENT (1U << 5)
//#define VERBOSE (LOG_GENERAL | LOG_STATE | LOG_CONTROL | LOG_DATA) //#define VERBOSE (LOG_GENERAL | LOG_STATE | LOG_CONTROL | LOG_DATA)
#define VERBOSE (LOG_UNSUPPORTED | LOG_DATA_SENT) #define VERBOSE (LOG_UNSUPPORTED)
#include "logmacro.h" #include "logmacro.h"