summaryrefslogtreecommitdiff
path: root/rr.go
diff options
context:
space:
mode:
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()