summaryrefslogtreecommitdiff
path: root/hostnameStatus.go
diff options
context:
space:
mode:
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