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 | ba020cdb3765a9ce734a8fea4ba484258dbb6f8b (patch) | |
| tree | d1e8273bb5d125271c446a31d6b7f9de8b6913a0 /linuxstatus/net.go | |
| parent | 9b4bf224dcf4a7d29433be25e73d33b45b670d0b (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) |
