Skip to content

Commit

Permalink
logs: fix file identifier
Browse files Browse the repository at this point in the history
  • Loading branch information
hrfee committed Dec 20, 2023
1 parent 1a68976 commit 9cd402a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logger/logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func Lshortfile(level int) string {
}

func lshortfile() string {
return Lshortfile(2)
return Lshortfile(3)
}

func NewLogger(out io.Writer, prefix string, flag int, color c.Attribute) (l *Logger) {
Expand Down

0 comments on commit 9cd402a

Please sign in to comment.