diff -r 99e03b33b20d -r aa895dfae3f6 structs.go --- a/structs.go Sun Dec 16 15:24:55 2012 -0700 +++ b/structs.go Sun Dec 16 15:54:39 2012 -0700 @@ -274,7 +274,7 @@ func (er *Error) Error() string { buf, err := xml.Marshal(er) if err != nil { - Warn.Logf("double bad error: couldn't marshal error") + Warn.Log("double bad error: couldn't marshal error") return "unreadable error" } return string(buf)