mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-19 12:01:27 +02:00
multi: add logs when subservers are starting
Also unified the log messages.
This commit is contained in:
@@ -238,6 +238,8 @@ func (i *InvoiceRegistry) Start() error {
|
||||
return err
|
||||
}
|
||||
|
||||
log.Info("InvoiceRegistry starting")
|
||||
|
||||
i.wg.Add(1)
|
||||
go i.invoiceEventLoop()
|
||||
|
||||
|
Reference in New Issue
Block a user