summaryrefslogtreecommitdiff
path: root/hostnameStatus.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-03 19:33:13 -0600
committerJeff Carr <[email protected]>2024-01-03 19:33:13 -0600
commitc1a00fcc1a4cb67d8ba8ae97e90ceed95f73872d (patch)
treeb16ea631c3f8235a3d1bd2ce5b0109a939a735c5 /hostnameStatus.go
parent138f72728cbbd10ea3d64888a6482d4c1a21718e (diff)
use 'go.wit.com/log'
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostnameStatus.go')
-rw-r--r--hostnameStatus.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/hostnameStatus.go b/hostnameStatus.go
index f25598b..f396ba5 100644
--- a/hostnameStatus.go
+++ b/hostnameStatus.go
@@ -247,7 +247,7 @@ func (hs *hostnameStatus) missingAAAA() bool {
var aaaa []string
aaaa = dhcpAAAA()
for _, s := range aaaa {
- debug(LogNet, "my actual AAAA = ",s)
+ log.Log(NET, "my actual AAAA = ",s)
hs.dnsValue.SetText(s)
hs.dnsAction.SetText("CREATE")
return true