Package Logger:

- Fix bug with Hookfile (counter opened file not store first call)
This commit is contained in:
nabbar
2025-12-26 16:08:51 +01:00
parent 0b384eee54
commit 1c32b7f6b6
+1
View File
@@ -252,6 +252,7 @@ func newAgg(p string, m os.FileMode, cre bool) (*fileAgg, error) {
}
i.a = a
i.i.Store(1)
return i, nil
}