Merge pull request #12 from Sproutling/master
code builds -- fixes incorrect use of entry.Info, change to entry.Infof
This commit is contained in:
@@ -141,7 +141,7 @@ func (entry *Entry) Infof(format string, args ...interface{}) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func (entry *Entry) Printf(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{}) {
|
func (entry *Entry) Warnf(format string, args ...interface{}) {
|
||||||
|
|||||||
Reference in New Issue
Block a user