logs: fix file identifier

This commit is contained in:
Harvey Tindall 2023-12-20 18:28:42 +00:00
parent 1a6897637f
commit 9cd402a15d
Signed by: hrfee
GPG Key ID: BBC65952848FB1A2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {