mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-22 14:22:37 +01:00
channelnotifier: remove ChannelNotifier instance from log string
This commit is contained in:
parent
0a9141763e
commit
b724b96ad1
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ func New(chanDB *channeldb.DB) *ChannelNotifier {
|
|||
func (c *ChannelNotifier) Start() error {
|
||||
var err error
|
||||
c.started.Do(func() {
|
||||
log.Tracef("ChannelNotifier %v starting", c)
|
||||
log.Trace("ChannelNotifier starting")
|
||||
err = c.ntfnServer.Start()
|
||||
})
|
||||
return err
|
||||
|
|
Loading…
Add table
Reference in a new issue