mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
wtclient/client: fix missed prefix log
This commit is contained in:
parent
1d3535582b
commit
e0e57642b6
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ func (c *TowerClient) Start() error {
|
|||
c.wg.Add(1)
|
||||
go c.backupDispatcher()
|
||||
|
||||
log.Infof("Watchtower client started successfully")
|
||||
c.log.Infof("Watchtower client started successfully")
|
||||
})
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue