summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author MooglyGuy <therealmogminer@gmail.com>2019-05-18 14:39:40 +0200
committer MooglyGuy <therealmogminer@gmail.com>2019-05-18 14:40:08 +0200
commitad1ab4290d7a7e839ff48fd78f092b0b50e9a173 (patch)
tree8faa9fc39af62484aca5281d199d7ed8e9f9b59f
parent95bc4364514d92587c82a2b7248dced739e74556 (diff)
-nscsi_bus: Disable LOG_DATA_SENT by default to minimize log spam, nw
-rw-r--r--src/devices/machine/nscsi_bus.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/nscsi_bus.cpp b/src/devices/machine/nscsi_bus.cpp
index ef3c0dd9f9a..c8ac3428735 100644
--- a/src/devices/machine/nscsi_bus.cpp
+++ b/src/devices/machine/nscsi_bus.cpp
@@ -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"