From 74f0c5f00fd6b2e27e66c4bd04d077d3fde8c029 Mon Sep 17 00:00:00 2001 From: "Johan T. Halseth" Date: Mon, 5 Aug 2019 15:20:14 +0200 Subject: [PATCH] log: correct NTFR -> ntfrLog mapping Most likely because of a typo, NTFR was mapping to ntfnLog instead of ntfrLog. Originally added in 59e2be5306a77fff24bf2e8be1ba335247ef5beb --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.go b/log.go index 6cca176e..e8f52644 100644 --- a/log.go +++ b/log.go @@ -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,