summaryrefslogtreecommitdiff
path: root/create.go
diff options
context:
space:
mode:
Diffstat (limited to 'create.go')
-rw-r--r--create.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.go b/create.go
index 2e8d5f0..796a432 100644
--- a/create.go
+++ b/create.go
@@ -52,6 +52,6 @@ func Create(zone string, hostname string, value string) bool {
result := doCurlCreate(key, email, z.ZoneID, data)
pretty, _ := FormatJSON(result)
- log.Spew("cloudflare.Create() result =", pretty)
+ log.Info("cloudflare.Create() result =", pretty)
return true
}