Unverified Commit dbaeb844 authored by Whyrusleeping's avatar Whyrusleeping Committed by GitHub

Merge pull request #5091 from ipfs/fix/5029

reduce log level when we can't republish
parents c39067b1 82ddae2b
......@@ -72,7 +72,7 @@ func (rp *Republisher) Run(proc goprocess.Process) {
timer.Reset(rp.Interval)
err := rp.republishEntries(proc)
if err != nil {
log.Error("Republisher failed to republish: ", err)
log.Info("republisher failed to republish: ", err)
if FailureRetryInterval < rp.Interval {
timer.Reset(FailureRetryInterval)
}
......
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