diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 17:10:59 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 17:10:59 -0600 |
| commit | 6749a1d173e838b67967322ffdf1afb49be49fbc (patch) | |
| tree | e9392bc7fc6f2168415b10881e13de244814a188 /log.go | |
| parent | 5fa7681956e9c4e93c9446a8272d9164dc1e49ff (diff) | |
use Short if definedv0.4.2
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'log.go')
| -rw-r--r-- | log.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -34,7 +34,7 @@ func Log(x any, a ...any) { if ! f.B { return } - a = append([]any{f.Subsystem}, a...) + a = append([]any{f.Short}, a...) origlog.Println(a...) default: a = append([]any{x}, a...) |
