diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 21:02:41 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 21:02:41 -0600 |
| commit | 5e9f1591cab5602ac9d9f6e6a24f83ba5dc86126 (patch) | |
| tree | fc9530a4361b411dac492061f14cd749cc706621 /linuxstatus/args.go | |
| parent | de051d06f33a401231baf1651727d31a18261052 (diff) | |
update worked correctly for the first time
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/args.go')
| -rw-r--r-- | linuxstatus/args.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxstatus/args.go b/linuxstatus/args.go index d15a166..4ba7ae1 100644 --- a/linuxstatus/args.go +++ b/linuxstatus/args.go @@ -29,6 +29,7 @@ func myreg(f *log.LogFlag, b bool, name string, desc string) { func init() { myreg(&NOW, true, "NOW", "temp debugging stuff") + myreg(&INFO, false, "INFO", "normal debugging stuff") myreg(&NET, false, "NET", "Network Logging") myreg(&DNS, false, "DNS", "dnsStatus.update()") myreg(&PROC, false, "PROC", "/proc logging") |
