discovery: Fix formatting issue in log line.

This commit is contained in:
Jim Posen 2018-04-09 16:45:07 -07:00 committed by Olaoluwa Osuntokun
parent 32ad632aa1
commit 4b2cb68fe6

@ -1387,7 +1387,7 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(nMsg *networkMsg) []n
// We'll ignore any channel announcements that target any chain
// other than the set of chains we know of.
if !bytes.Equal(msg.ChainHash[:], d.cfg.ChainHash[:]) {
log.Error("Ignoring ChannelAnnouncement from "+
log.Errorf("Ignoring ChannelAnnouncement from "+
"chain=%v, gossiper on chain=%v", msg.ChainHash,
d.cfg.ChainHash)
d.rejectMtx.Lock()