From 986a2130a59b25fdc7730b3a974d5f5338bd7cb1 Mon Sep 17 00:00:00 2001 From: Kevin Keuning Date: Sun, 5 Mar 2017 22:35:41 -0600 Subject: updated logging --- system/api/update.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/api') diff --git a/system/api/update.go b/system/api/update.go index 507d3af..da79330 100644 --- a/system/api/update.go +++ b/system/api/update.go @@ -162,7 +162,7 @@ func updateContentHandler(res http.ResponseWriter, req *http.Request) { _, err = db.SetContent(t+spec+":"+id, req.PostForm) if err != nil { - log.Println("[Update] error calling UpdateContent:", err) + log.Println("[Update] error calling SetContent:", err) res.WriteHeader(http.StatusInternalServerError) return } -- cgit v1.2.3