summaryrefslogtreecommitdiff
path: root/rr.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-12-13 12:36:13 -0600
committerJeff Carr <[email protected]>2024-12-13 12:36:13 -0600
commit2c7b9074965f8bc31605d2f4d2141e15359f1665 (patch)
tree3f19e7abe195ab72e7985d2bea13554ab09dabe7 /rr.go
parentdf007743b01c448a961c4d682ed510e009e22d71 (diff)
Diffstat (limited to 'rr.go')
-rw-r--r--rr.go4
1 files changed, 2 insertions, 2 deletions
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()