From 466a3c60768e918cc292b6a59caa98262ca2af71 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 1 Jan 2024 12:00:00 -0600 Subject: tracking down all erroneous log messages --- log.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log.go b/log.go index fe94cf2..0f6de14 100644 --- a/log.go +++ b/log.go @@ -24,7 +24,7 @@ In your package, register NETWARN: func Log(f *LogFlag, a ...any) { if !f.Ok() { // if the flag is NULL, notify the user they didn't initialize the flag - a = append([]any{"FLAG = NULL"}, a...) + a = append([]any{"FLAG = NULL. Normal error output. please ignore for now"}, a...) realPrintln(a...) return } -- cgit v1.2.3