log: correct NTFR -> ntfrLog mapping
Most likely because of a typo, NTFR was mapping to ntfnLog instead of ntfrLog. Originally added in 59e2be5306a77fff24bf2e8be1ba335247ef5beb
This commit is contained in:
parent
7767eecbb8
commit
74f0c5f00f
2
log.go
2
log.go
@ -159,7 +159,7 @@ var subsystemLoggers = map[string]btclog.Logger{
|
|||||||
"INVC": invcLog,
|
"INVC": invcLog,
|
||||||
"NANN": nannLog,
|
"NANN": nannLog,
|
||||||
"WTWR": wtwrLog,
|
"WTWR": wtwrLog,
|
||||||
"NTFR": ntfnLog,
|
"NTFR": ntfrLog,
|
||||||
"IRPC": irpcLog,
|
"IRPC": irpcLog,
|
||||||
"CHNF": chnfLog,
|
"CHNF": chnfLog,
|
||||||
"CHBU": chbuLog,
|
"CHBU": chbuLog,
|
||||||
|
Loading…
Reference in New Issue
Block a user