l402: use L402 sub system name in logs

This commit is contained in:
Boris Nagaev
2024-04-16 19:17:24 -03:00
parent 866322689e
commit 728707ba5c

View File

@@ -6,7 +6,7 @@ import (
)
// Subsystem defines the sub system name of this package.
const Subsystem = "LSAT"
const Subsystem = "L402"
// log is a logger that is initialized with no output filters. This
// means the package will not perform any logging by default until the caller