diff options
| author | Jeff Carr <[email protected]> | 2024-01-08 22:34:08 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-08 22:34:08 -0600 |
| commit | eadd72a066c631f4d85ca70f85bdf4c37e1012a7 (patch) | |
| tree | df1af4f88d24d6dfce5f5c4d4761efdae1de89ba /linuxstatus/net.go | |
| parent | e538ae8009d9cf97f4eeb9d0e0b800a535b92297 (diff) | |
go.wit.com/log NewFlag()
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/net.go')
| -rw-r--r-- | linuxstatus/net.go | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
