commit | 5386fff85b00d237cd7d34b2d6ecbb403eb42eb8 | [log] [tgz] |
---|---|---|
author | Ross Light <light@google.com> | Tue Jun 14 15:30:17 2016 -0700 |
committer | Ross Light <light@google.com> | Tue Jun 14 15:30:17 2016 -0700 |
tree | f91f38d5980b6c4e4b4de0e72a901776d730aee9 | |
parent | 8616e8ee5e20a1704615e6c8d7afcdac06087a67 [diff] |
proto: s/Printf/Print/ where there's no format verb
diff --git a/proto/text.go b/proto/text.go index 8214ce3..965876b 100644 --- a/proto/text.go +++ b/proto/text.go
@@ -154,7 +154,7 @@ func (w *textWriter) unindent() { if w.ind == 0 { - log.Printf("proto: textWriter unindented too far") + log.Print("proto: textWriter unindented too far") return } w.ind--