From c314dab9ed963a381c7d53129703630e1d0dd409 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sat, 25 Mar 2023 08:40:48 -0500 Subject: fields are displaying. ready to add DNS Signed-off-by: Jeff Carr --- hostname.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hostname.go') 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 { -- cgit v1.2.3