summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}