diff options
| author | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
|---|---|---|
| committer | Your Name <[email protected]> | 2024-01-01 12:00:00 -0600 |
| commit | 466a3c60768e918cc292b6a59caa98262ca2af71 (patch) | |
| tree | 91ac10e14f0a77100878afe21ccdcd77199210fa | |
| parent | c1c1b8a75e9f11850882ea9199b7b3d4c35c83bc (diff) | |
| -rw-r--r-- | log.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } |
