Commit 1f45ba9b authored by Janoš Guljaš's avatar Janoš Guljaš Committed by Balint Gabor

swarm/network: downgrade fetcher unable to request log message severity (#17692)

parent b8aa5980
......@@ -215,7 +215,7 @@ func (f *Fetcher) run(ctx context.Context, peers *sync.Map) {
var err error
sources, err = f.doRequest(ctx, gone, peers, sources)
if err != nil {
log.Warn("unable to request", "request addr", f.addr, "err", err)
log.Info("unable to request", "request addr", f.addr, "err", err)
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment