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 542d539..890c7d6 100644
--- a/system/db/content.go
+++ b/system/db/content.go
@@ -265,7 +265,7 @@ func SortContent(namespace string) {
return nil
})
if err != nil {
- log.Println("Error while updating db with sorted", namespace)
+ log.Println("Error while updating db with sorted", namespace, err)
}
}