I ran out of disk space on a server and the error message from cindex ("short
write writing %s") indicated it should have been a log.Fatalf() call instead of
log.Fatal().
I ran go vet over the source tree and found two more instances of Fatal() calls
with format specifiers.
The patch is attached.
Original issue reported on code.google.com by dgryski on 20 Feb 2012 at 2:15
Original issue reported on code.google.com by
dgryski
on 20 Feb 2012 at 2:15Attachments: