models refreshChannels: Debug log

pull/15/head
Edouard Paris 5 years ago
parent 0453b712f5
commit fd0fb6d493

@ -67,7 +67,7 @@ func (m *Models) RefreshChannels(ctx context.Context) error {
channels[i].Node, err = m.network.GetNode(ctx, channels[i].Node, err = m.network.GetNode(ctx,
channels[i].RemotePubKey) channels[i].RemotePubKey)
if err != nil { if err != nil {
m.logger.Error("refreshChannels: cannot find Node", m.logger.Debug("refreshChannels: cannot find Node",
logging.String("pubkey", channels[i].RemotePubKey)) logging.String("pubkey", channels[i].RemotePubKey))
} }
} }

Loading…
Cancel
Save