Skip to content

Commit

Permalink
log: warn to debug level (#12262)
Browse files Browse the repository at this point in the history
close #12103
  • Loading branch information
stevemilk authored Oct 9, 2024
1 parent ef5422a commit 0c82470
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erigon-lib/downloader/downloader.go
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,7 @@ func logSeedHashMismatches(torrentHash infohash.T, name string, seedHashMismatch
webseeds += strings.TrimSuffix(entry.url.String(), "/") + "#" + entry.hash.HexString()
}

logger.Warn("Webseed hash mismatch for torrent", "name", name, "hash", torrentHash.HexString(), "webseeds", webseeds)
logger.Debug("Webseed hash mismatch for torrent", "name", name, "hash", torrentHash.HexString(), "webseeds", webseeds)
}
}

Expand Down

0 comments on commit 0c82470

Please sign in to comment.