log what we don't like
Ted Unangst tedu@tedunangst.com
Wed, 04 Sep 2019 13:59:27 -0400
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
fun.go
→
fun.go
@@ -645,15 +645,18 @@ biters := thumbbiters[userid]
thumblock.Unlock() objwhere := originate(objid) if objwhere != "" && biters[objwhere] { + log.Printf("thumbbiter: %s", objid) return true } for _, w := range who { if biters[w] { + log.Printf("thumbbiter: %s", w) return true } where := originate(w) if where != "" { if biters[where] { + log.Printf("thumbbiter: %s", w) return true } }