funding: fix format directive in logging statement

This commit is contained in:
Olaoluwa Osuntokun 2018-01-28 14:47:08 -08:00
parent bf6001074c
commit bde3828208
No known key found for this signature in database
GPG Key ID: 964EA263DD637C21
1 changed files with 1 additions and 1 deletions

View File

@ -1347,7 +1347,7 @@ func (f *fundingManager) handleFundingSigned(fmsg *fundingSignedMsg) {
// watch for any on-chin actions before the channel has fully
// confirmed.
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)
}