From eadd72a066c631f4d85ca70f85bdf4c37e1012a7 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Jan 2024 22:34:08 -0600 Subject: go.wit.com/log NewFlag() Signed-off-by: Jeff Carr --- linuxstatus/net.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linuxstatus/net.go') diff --git a/linuxstatus/net.go b/linuxstatus/net.go index cbb7ad5..f0ccd17 100644 --- a/linuxstatus/net.go +++ b/linuxstatus/net.go @@ -195,7 +195,7 @@ func scanInterfaces() { switch v := addr.(type) { case *net.IPNet: if checkIP(v, i) { - log.Log(true, "scanInterfaces() IP is new () i =", v.IP.String()) + log.Log(NET, "scanInterfaces() IP is new () i =", v.IP.String()) } default: log.Log(NET, "\t\taddr.(type) = NO IDEA WHAT TO DO HERE v =", v) -- cgit v1.2.3