mirror of
https://github.com/chainreactors/spray.git
synced 2025-05-06 10:41:21 +00:00
clean check log
This commit is contained in:
parent
051c270df8
commit
cea66e69e0
@ -383,11 +383,11 @@ func (pool *Pool) Invoke(v interface{}) {
|
||||
} else if i := pool.random.Compare(bl); i < 1 {
|
||||
if i == 0 {
|
||||
if pool.Fuzzy {
|
||||
logs.Log.Warn("[check.fuzzy] maybe trigger risk control, " + bl.String())
|
||||
logs.Log.Debug("[check.fuzzy] maybe trigger risk control, " + bl.String())
|
||||
}
|
||||
} else {
|
||||
atomic.AddInt32(&pool.failedCount, 1) //
|
||||
logs.Log.Warn("[check.failed] maybe trigger risk control, " + bl.String())
|
||||
logs.Log.Debug("[check.failed] maybe trigger risk control, " + bl.String())
|
||||
pool.failedBaselines = append(pool.failedBaselines, bl)
|
||||
}
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user