Skip to content

Commit

Permalink
fix a typo (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
kangxiaoning authored and natefinch committed Apr 11, 2019
1 parent 2e8fbee commit 4b74a4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lumberjack.go
Expand Up @@ -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
Expand Down

0 comments on commit 4b74a4d

Please sign in to comment.