From 728707ba5c42b59bfa9a8ba0d5f95a4c4ff0c8dc Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Tue, 16 Apr 2024 19:17:24 -0300 Subject: [PATCH] l402: use L402 sub system name in logs --- l402/log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l402/log.go b/l402/log.go index ce781a5..1eab231 100644 --- a/l402/log.go +++ b/l402/log.go @@ -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