diff --git a/lumberjack.go b/lumberjack.go index a40441c..2cded0c 100644 --- a/lumberjack.go +++ b/lumberjack.go @@ -288,7 +288,7 @@ func (l *Logger) openExistingOrNew(writeLen int) error { return nil } -// genFilename generates the name of the logfile from the current time. +// filename generates the name of the logfile from the current time. func (l *Logger) filename() string { if l.Filename != "" { return l.Filename