code builds -- fixes incorrect use of entry.Info, change to entry.Infof

This commit is contained in:
Sarah Adams
2014-03-25 22:51:40 -07:00
parent f58674a4a6
commit 3719c88c8f
+1 -1
View File
@@ -141,7 +141,7 @@ func (entry *Entry) Infof(format string, args ...interface{}) {
}
func (entry *Entry) Printf(format string, args ...interface{}) {
entry.Info(format, args...)
entry.Infof(format, args...)
}
func (entry *Entry) Warnf(format string, args ...interface{}) {