File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 57
57
// finish setting them up properly with a root logger.
58
58
tapdLog = addTapPkgLogger ("TAPD" )
59
59
srvrLog = addTapPkgLogger ("TSVR" )
60
- rpcsLog = addTapPkgLogger ("RPCS " )
60
+ rpcsLog = addTapPkgLogger ("TRPC " )
61
61
)
62
62
63
63
// genSubLogger creates a logger for a subsystem. We provide an instance of a
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ func (r *rpcServer) Start(cfg *Config) error {
225
225
r .cfg .UniverseQueriesPerSecond , r .cfg .UniverseQueriesBurst ,
226
226
)
227
227
228
- rpcsLog .Infof ("Starting RPC Server" )
228
+ rpcsLog .Infof ("Starting Taproot Assets RPC Server" )
229
229
230
230
return nil
231
231
}
@@ -237,7 +237,7 @@ func (r *rpcServer) Stop() error {
237
237
return nil
238
238
}
239
239
240
- rpcsLog .Infof ("Stopping RPC Server" )
240
+ rpcsLog .Infof ("Stopping Taproot Assets RPC Server" )
241
241
242
242
close (r .quit )
243
243
You can’t perform that action at this time.
0 commit comments