discovery/gossiper: fix logging on failed channel update

This commit is contained in:
sevastos 2018-10-22 11:04:59 +03:00 committed by Sev
parent 6b19df162a
commit 98275178c7

@ -2048,7 +2048,8 @@ func (d *AuthenticatedGossiper) processNetworkAnnouncement(
if err != nil {
log.Errorf("unable to send channel update -- "+
"could not find peer %x: %v",
remotePub, err)
remotePub.SerializeCompressed(),
err)
} else {
// Send ChannelUpdate directly to remotePeer.
// TODO(halseth): make reliable send?