mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-11 14:36:04 +00:00
syz-manager: log suppressed crashes always
If there are few of them, it does not matter if they are printed or not. However if there are lots of them, they need to be seen in log.
This commit is contained in:
parent
3c7caf1d6e
commit
1e49a807a4
@ -595,7 +595,7 @@ func (mgr *Manager) isSuppressed(crash *Crash) bool {
|
||||
if !re.Match(crash.Output) {
|
||||
continue
|
||||
}
|
||||
Logf(1, "vm-%v: suppressing '%v' with '%v'", crash.vmIndex, crash.Title, re.String())
|
||||
Logf(0, "vm-%v: suppressing '%v' with '%v'", crash.vmIndex, crash.Title, re.String())
|
||||
mgr.mu.Lock()
|
||||
mgr.stats["suppressed"]++
|
||||
mgr.mu.Unlock()
|
||||
|
Loading…
x
Reference in New Issue
Block a user