@@ -83,6 +83,7 @@ func main() {
workers <- struct{}{}
go func(proc string) {
defer func() { <-workers }()
proc = strings.Trim(proc, " ")
log.Printf("Checking %s", proc)
res, ok := procmap.findByName(proc)
if ok {
The note is not visible to the blocked user.