update worked correctly for the first time
Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
parent
7a7b4b2ae4
commit
b1c7bb8a31
|
@ -29,6 +29,7 @@ func myreg(f *log.LogFlag, b bool, name string, desc string) {
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
myreg(&NOW, true, "NOW", "temp debugging stuff")
|
myreg(&NOW, true, "NOW", "temp debugging stuff")
|
||||||
|
myreg(&INFO, false, "INFO", "normal debugging stuff")
|
||||||
myreg(&NET, false, "NET", "Network Logging")
|
myreg(&NET, false, "NET", "Network Logging")
|
||||||
myreg(&DNS, false, "DNS", "dnsStatus.update()")
|
myreg(&DNS, false, "DNS", "dnsStatus.update()")
|
||||||
myreg(&PROC, false, "PROC", "/proc logging")
|
myreg(&PROC, false, "PROC", "/proc logging")
|
||||||
|
|
Loading…
Reference in New Issue