diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 13:55:46 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 13:55:46 -0600 |
| commit | 398d9fe3c44bdc8832fbf290beea7b6d13538f4b (patch) | |
| tree | d02cebf598aef028ba24a37d9d93f38364c144a3 /linuxstatus/linuxloop.go | |
| parent | b7c90c8bbccb5eb15a06bc6a370074c756d698ff (diff) | |
works in sierpinski carpet mode
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'linuxstatus/linuxloop.go')
| -rw-r--r-- | linuxstatus/linuxloop.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxstatus/linuxloop.go b/linuxstatus/linuxloop.go index 1981aa2..ba981aa 100644 --- a/linuxstatus/linuxloop.go +++ b/linuxstatus/linuxloop.go @@ -14,7 +14,7 @@ import ( func linuxLoop() { me.changed = false - duration := timeFunction(getHostname) + duration := timeFunction(lookupHostname) log.Log(INFO, "getHostname() execution Time: ", duration, "me.changed =", me.changed) duration = timeFunction(scanInterfaces) |
