log: correct NTFR -> ntfrLog mapping

Most likely because of a typo, NTFR was mapping to ntfnLog instead of
ntfrLog.

Originally added in 59e2be5306
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
View File

@ -159,7 +159,7 @@ var subsystemLoggers = map[string]btclog.Logger{
"INVC": invcLog,
"NANN": nannLog,
"WTWR": wtwrLog,
"NTFR": ntfnLog,
"NTFR": ntfrLog,
"IRPC": irpcLog,
"CHNF": chnfLog,
"CHBU": chbuLog,