mirror of
https://github.com/golang/go
synced 2024-11-22 01:04:40 -07:00
event.go: another print glitch from gocheck.
R=rsc CC=golang-dev https://golang.org/cl/3524041
This commit is contained in:
parent
affd1ba94e
commit
14804a412b
@ -435,7 +435,7 @@ func (w *Window) readEvents() {
|
||||
}
|
||||
r := reader(buf)
|
||||
if err := binary.Read(&r, binary.LittleEndian, e); err != nil {
|
||||
log.Print("unpacking %T event: %s", e, err)
|
||||
log.Printf("unpacking %T event: %s", e, err)
|
||||
continue
|
||||
}
|
||||
// log.Printf("%#v\n", e);
|
||||
|
Loading…
Reference in New Issue
Block a user