mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-14 18:30:52 +02:00
chainntnfs: increase logging of the subsystems
This commit is contained in:
@@ -171,6 +171,8 @@ func (b *BitcoindNotifier) Started() bool {
|
||||
}
|
||||
|
||||
func (b *BitcoindNotifier) startNotifier() error {
|
||||
chainntnfs.Log.Infof("bitcoind notifier starting...")
|
||||
|
||||
// Connect to bitcoind, and register for notifications on connected,
|
||||
// and disconnected blocks.
|
||||
if err := b.chainConn.Start(); err != nil {
|
||||
@@ -207,6 +209,8 @@ func (b *BitcoindNotifier) startNotifier() error {
|
||||
// startup.
|
||||
atomic.StoreInt32(&b.active, 1)
|
||||
|
||||
chainntnfs.Log.Debugf("bitcoind notifier started")
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user