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:
Johan T. Halseth 2019-08-05 15:20:14 +02:00
parent 7767eecbb8
commit 74f0c5f00f
No known key found for this signature in database
GPG Key ID: 15BAADA29DA20D26

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,