misc update

dev
sandeep 2021-08-17 17:56:35 +05:30
parent a41d52c35d
commit 03d2405c3d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ func (c *Cache) Check(value string) bool {
if numberOfErrorsValue >= c.hostMaxErrors {
_ = c.failedTargets.Set(finalValue, -1)
if c.verbose {
gologger.Verbose().Msgf("Skipping %s as it has failed %d times", finalValue, numberOfErrorsValue)
gologger.Verbose().Msgf("Skipping %s as previously unresponsive %d times", finalValue, numberOfErrorsValue)
}
return true
}