mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Add thumbnail filename cache and reuse db connections
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
|
||||
var log = event.Log
|
||||
|
||||
func report(prefix string, err error) {
|
||||
func logError(prefix string, err error) {
|
||||
if err != nil {
|
||||
log.Errorf("%s: %s", prefix, err.Error())
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user