Skip to content

Commit de118af

Browse files
committed
log: rename RPCS to TRPC
The subsystem name RPCS clashes with one of lnd's when tapd is running in integrated mode, preventing certain tapd logs from being emitted. TRPC avoids the clash, and fits the theme used for e.g. TSVR.
1 parent ca434e4 commit de118af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

log.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ var (
5757
// finish setting them up properly with a root logger.
5858
tapdLog = addTapPkgLogger("TAPD")
5959
srvrLog = addTapPkgLogger("TSVR")
60-
rpcsLog = addTapPkgLogger("RPCS")
60+
rpcsLog = addTapPkgLogger("TRPC")
6161
)
6262

6363
// genSubLogger creates a logger for a subsystem. We provide an instance of a

0 commit comments

Comments
 (0)