From 2c7b9074965f8bc31605d2f4d2141e15359f1665 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 13 Dec 2024 12:36:13 -0600 Subject: go.wit.com/log is now primitive --- rr.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rr.go') diff --git a/rr.go b/rr.go index de2d275..b8e711f 100644 --- a/rr.go +++ b/rr.go @@ -130,7 +130,7 @@ func CreateRR(myGui *gui.Node, zone string, zoneID string) *gadgets.BasicWindow CFdialog.resultNode.SetText(result) pretty, _ := FormatJSON(result) - log.Spew(pretty) + log.Info(pretty) }) group.NewButton("Update RR doCurl(PUT)", func() { @@ -142,7 +142,7 @@ func CreateRR(myGui *gui.Node, zone string, zoneID string) *gadgets.BasicWindow CFdialog.resultNode.SetText(result) pretty, _ := FormatJSON(result) - log.Spew(pretty) + log.Info(pretty) }) // CFdialog.saveNode.Disable() -- cgit v1.2.3