diff options
| author | Jeff Carr <[email protected]> | 2023-03-25 08:40:48 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2023-03-25 08:40:48 -0500 |
| commit | 058f14212775c80e97f4391f6fa6edea96981c73 (patch) | |
| tree | 9157ce4ea1675266181d847752d9d811b2f038e3 /hostname.go | |
| parent | 8e2f94c4acb623c70aaaf0178e2ba67a2f6e4ce9 (diff) | |
fields are displaying. ready to add DNS
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'hostname.go')
| -rw-r--r-- | hostname.go | 4 |
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 { |
