Code review fixes

This commit is contained in:
Simon Eskildsen
2014-02-24 06:34:12 -05:00
parent b6f53cb91b
commit 11dbaff352
2 changed files with 17 additions and 16 deletions
-1
View File
@@ -25,7 +25,6 @@ func (logger *Logger) WithFields(fields Fields) *Entry {
return NewEntry(logger).WithFields(fields)
}
// Entry Print family functions
// Logger Printf family functions
func (logger *Logger) Debugf(format string, args ...interface{}) {