mirror of
https://github.com/monero-project/monero.git
synced 2025-06-21 04:14:10 -04:00
frob level 1 logs a bit for consistency
Level 1 logs map to INFO, so setting log level to 1 should show these. Demote some stuff to DEBUG to avoid spam, though.
This commit is contained in:
parent
86e9de588c
commit
bc1b93333e
4 changed files with 13 additions and 13 deletions
|
@ -105,9 +105,9 @@
|
|||
#define _dbg2(x) MDEBUG(x)
|
||||
#define _dbg1(x) MDEBUG(x)
|
||||
#define _info(x) MINFO(x)
|
||||
#define _note(x) MINFO(x)
|
||||
#define _fact(x) MINFO(x)
|
||||
#define _mark(x) MINFO(x)
|
||||
#define _note(x) MDEBUG(x)
|
||||
#define _fact(x) MDEBUG(x)
|
||||
#define _mark(x) MDEBUG(x)
|
||||
#define _warn(x) MWARNING(x)
|
||||
#define _erro(x) MERROR(x)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue