Merge pull request #3374 from halseth/ntfr-logger
[trivial] log: correct NTFR -> ntfrLog mapping
This commit is contained in:
commit
c3aa46e08b
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