mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02:00
Merge pull request #3813 from ellemouton/add-space-in-log-message
bitcoindnotify: add missing space in log message in bitcoind.go
This commit is contained in:
commit
d01feb516f
1 changed files with 1 additions and 1 deletions
|
|
@ -263,7 +263,7 @@ out:
|
|||
}
|
||||
|
||||
chainntnfs.Log.Infof("Historical "+
|
||||
"spend dispatch finished"+
|
||||
"spend dispatch finished "+
|
||||
"for request %v (start=%v "+
|
||||
"end=%v) with details: %v",
|
||||
msg.SpendRequest,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue