funding: fix format directive in logging statement
This commit is contained in:
parent
bf6001074c
commit
bde3828208
@ -1347,7 +1347,7 @@ func (f *fundingManager) handleFundingSigned(fmsg *fundingSignedMsg) {
|
|||||||
// watch for any on-chin actions before the channel has fully
|
// watch for any on-chin actions before the channel has fully
|
||||||
// confirmed.
|
// confirmed.
|
||||||
if err := f.cfg.WatchNewChannel(completeChan); err != nil {
|
if err := f.cfg.WatchNewChannel(completeChan); err != nil {
|
||||||
fndgLog.Error("Unable to send new ChannelPoint(%v) for "+
|
fndgLog.Errorf("Unable to send new ChannelPoint(%v) for "+
|
||||||
"arbitration", fundingPoint)
|
"arbitration", fundingPoint)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user