diff options
author | Kevin Keuning <kkeuning@gmail.com> | 2017-03-02 13:10:00 -0600 |
---|---|---|
committer | Kevin Keuning <kkeuning@gmail.com> | 2017-03-02 13:10:00 -0600 |
commit | 266b7834c586f3c6be20d6772b36347d1f2a6b35 (patch) | |
tree | 3597f484c677e97cc80aab4dbf8f031296abe9cc /system/db/content.go | |
parent | 6358ca512c227b8f035401b57543e0190c635e8d (diff) |
updated log message
Diffstat (limited to 'system/db/content.go')
-rw-r--r-- | system/db/content.go | 2 |
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 } |