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 | b1c7bb8a31c4e02d89a437063516e474e68fab4d (patch) | |
| tree | e2e83b14bff2aa1e8318e1e127c15450b98118b3 | |
| parent | 7a7b4b2ae49615361f8b033d5993adf7f328b742 (diff) | |
update worked correctly for the first time
Signed-off-by: Jeff Carr <[email protected]>
| -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") |
