mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 23:21:12 +02:00
multi: add logs when subservers are starting
Also unified the log messages.
This commit is contained in:
@@ -132,6 +132,7 @@ func NewOnionProcessor(router *sphinx.Router) *OnionProcessor {
|
||||
|
||||
// Start spins up the onion processor's sphinx router.
|
||||
func (p *OnionProcessor) Start() error {
|
||||
log.Info("Onion processor starting")
|
||||
return p.router.Start()
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user