mirror of
https://github.com/hrfee/jfa-go.git
synced 2026-01-18 16:47:42 +01:00
logs: fix file identifier
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user