File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ import (
1818)
1919
2020var (
21- // log is a logger that is initialized with no output filters. This means the
22- // package will not perform any logging by default until the caller requests
23- // it.
21+ // log is a logger that is initialized with no output filters. This
22+ // means the package will not perform any logging by default until the
23+ // caller requests it.
2424 log btclog.Logger
2525)
2626
@@ -50,7 +50,7 @@ func UseLogger(logger btclog.Logger) {
5050
5151// SetupLoggers initializes all package-global logger variables.
5252func SetupLoggers (root * build.RotatingLogWriter ) {
53- // Add the GrUB logger.
53+ // Add the lightning-terminal root logger.
5454 lnd .AddSubLogger (root , Subsystem , UseLogger )
5555
5656 // Add faraday loggers to lnd's root logger.
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ windows-386 \
1212windows-amd64 \
1313windows-arm
1414
15- LND_RELEASE_TAGS = grub autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc
15+ LND_RELEASE_TAGS = litd autopilotrpc signrpc walletrpc chainrpc invoicesrpc watchtowerrpc
1616
1717# By default we will build all systems. But with the 'sys' tag, a specific
1818# system can be specified. This is useful to release for a subset of
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ func (g *LightningTerminal) Run() error {
132132 // port at a time because we can only pass in one pre-configured RPC
133133 // listener into lnd.
134134 if len (g .cfg .Lnd .RPCListeners ) > 1 {
135- return fmt .Errorf ("grub only supports one RPC listener at a " +
135+ return fmt .Errorf ("litd only supports one RPC listener at a " +
136136 "time" )
137137 }
138138 rpcAddr := g .cfg .Lnd .RPCListeners [0 ]
You can’t perform that action at this time.
0 commit comments