summaryrefslogtreecommitdiff
path: root/hostname.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-25 08:40:48 -0500
committerJeff Carr <[email protected]>2023-03-25 08:40:48 -0500
commit058f14212775c80e97f4391f6fa6edea96981c73 (patch)
tree9157ce4ea1675266181d847752d9d811b2f038e3 /hostname.go
parent8e2f94c4acb623c70aaaf0178e2ba67a2f6e4ce9 (diff)
fields are displaying. ready to add DNS
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
-rw-r--r--hostname.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hostname.go b/hostname.go
index 9f5a66f..1906079 100644
--- a/hostname.go
+++ b/hostname.go
@@ -27,10 +27,10 @@ func getHostname() {
}
if (me.fqdn != nil) {
// s = me.fqdn.GetText()
- output("trying to update gui.Label", true)
+ log("trying to update gui.Label")
me.fqdn.SetText(s)
}
- output("FQDN = jcarr" + s + "\n", true)
+ log("FQDN =", s)
}
func dnsAAAA(s string) []string {