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 | c314dab9ed963a381c7d53129703630e1d0dd409 (patch) | |
| tree | e5bd9f68bed38583c92169626b561fa9268d36cb /hostname.go | |
| parent | 69f1c0d643a167ca3cfc4546a6f98e3c1127d89e (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 { |
