mirror of
https://github.com/reactos/syzkaller.git
synced 2024-11-23 11:29:46 +00:00
prog: add missing \n in printf
This commit is contained in:
parent
18d7d030e5
commit
5505e2dcdd
@ -246,7 +246,7 @@ func (target *Target) BuildChoiceTable(corpus []*Prog, enabled map[*Syscall]bool
|
|||||||
for _, p := range corpus {
|
for _, p := range corpus {
|
||||||
for _, call := range p.Calls {
|
for _, call := range p.Calls {
|
||||||
if !enabled[call.Meta] {
|
if !enabled[call.Meta] {
|
||||||
fmt.Printf("corpus contains disabled syscall %v", call.Meta.Name)
|
fmt.Printf("corpus contains disabled syscall %v\n", call.Meta.Name)
|
||||||
panic("disabled syscall")
|
panic("disabled syscall")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user