From bde3828208c8bf6eae9136d2b95d95c84cd03436 Mon Sep 17 00:00:00 2001 From: Olaoluwa Osuntokun Date: Sun, 28 Jan 2018 14:47:08 -0800 Subject: [PATCH] funding: fix format directive in logging statement --- fundingmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fundingmanager.go b/fundingmanager.go index e3b5309f..656e728e 100644 --- a/fundingmanager.go +++ b/fundingmanager.go @@ -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) }