summaryrefslogtreecommitdiff
path: root/system/db/content.go
diff options
context:
space:
mode:
authorKevin Keuning <kkeuning@gmail.com>2017-03-02 13:10:00 -0600
committerKevin Keuning <kkeuning@gmail.com>2017-03-02 13:10:00 -0600
commit266b7834c586f3c6be20d6772b36347d1f2a6b35 (patch)
tree3597f484c677e97cc80aab4dbf8f031296abe9cc /system/db/content.go
parent6358ca512c227b8f035401b57543e0190c635e8d (diff)
updated log message
Diffstat (limited to 'system/db/content.go')
-rw-r--r--system/db/content.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/db/content.go b/system/db/content.go
index 81abd4f..8064b03 100644
--- a/system/db/content.go
+++ b/system/db/content.go
@@ -64,7 +64,7 @@ func UpdateContent(target string, data url.Values) (int, error) {
err = json.Unmarshal(existingContent, &s)
if err != nil {
- log.Println("Error decoding json while sorting", ns, ":", err)
+ log.Println("Error decoding json while updating", ns, ":", err)
return 0, err
}