diff options
Diffstat (limited to 'rr.go')
| -rw-r--r-- | rr.go | 4 | 
1 files changed, 2 insertions, 2 deletions
@@ -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()  | 
