1
0
mirror of https://github.com/taigrr/log-socket synced 2025-01-18 04:53:14 -08:00

actually set value for depth

This commit is contained in:
Tai Groot 2021-08-23 21:58:05 -07:00
parent b3ceb12277
commit ebef59a9a8
Signed by: taigrr
GPG Key ID: D00C269A87614812

View File

@ -7,7 +7,7 @@ import (
"time"
)
func (l Logger) SetInfoDepth(depth int) {
func (l *Logger) SetInfoDepth(depth int) {
l.FileInfoDepth = depth
}