good morning!!!!

Skip to content
Snippets Groups Projects
Commit 1f45ba9b authored by Janoš Guljaš's avatar Janoš Guljaš Committed by Balint Gabor
Browse files

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

parent b8aa5980
Loading
...@@ -215,7 +215,7 @@ func (f *Fetcher) run(ctx context.Context, peers *sync.Map) { ...@@ -215,7 +215,7 @@ func (f *Fetcher) run(ctx context.Context, peers *sync.Map) {
var err error var err error
sources, err = f.doRequest(ctx, gone, peers, sources) sources, err = f.doRequest(ctx, gone, peers, sources)
if err != nil { 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)
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment