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 | a8f4ba1b05fe927a6d986bcc7e990b8ccd7346f6 (patch) | |
| tree | bb923127d9d225a0d5a75050f5536d7b96517005 /linuxstatus/linuxloop.go | |
| parent | f6f5bdba4e982595ad1c12041d39f75e11792ef8 (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) |
