mirror of
https://github.com/holub/mame
synced 2025-06-18 02:08:56 +03:00
upd765: turn back down excessive default verbosity level
This commit is contained in:
parent
52e150bcfd
commit
a55f0b15d5
@ -20,7 +20,7 @@
|
|||||||
#define LOG_LIVE (1U << 12) // Live states
|
#define LOG_LIVE (1U << 12) // Live states
|
||||||
#define LOG_DONE (1U << 13) // Command done
|
#define LOG_DONE (1U << 13) // Command done
|
||||||
|
|
||||||
#define VERBOSE (0xffff)
|
#define VERBOSE (LOG_GENERAL | LOG_WARN)
|
||||||
|
|
||||||
#include "logmacro.h"
|
#include "logmacro.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user