diff options
Diffstat (limited to 'src/devices/machine/wd_fdc.cpp')
| -rw-r--r-- | src/devices/machine/wd_fdc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/wd_fdc.cpp b/src/devices/machine/wd_fdc.cpp index c7c5d5a7f00..d32626b5f03 100644 --- a/src/devices/machine/wd_fdc.cpp +++ b/src/devices/machine/wd_fdc.cpp @@ -23,7 +23,7 @@ #define LOG_LIVE (1U << 13) // Live states #define LOG_FUNC (1U << 14) // Function calls -#define VERBOSE (LOG_GENERAL) +#define VERBOSE (LOG_DESC) //#define LOG_OUTPUT_STREAM std::cout #include "logmacro.h" |
