mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-12 00:34:13 +01:00
Backend: Adjust log levels and messages
Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
@@ -87,7 +87,7 @@ func StartImport(router *gin.RouterGroup) {
|
||||
moments := service.Moments()
|
||||
|
||||
if err := moments.Start(); err != nil {
|
||||
log.Error(err)
|
||||
log.Warnf("moments: %s", err)
|
||||
}
|
||||
|
||||
elapsed := int(time.Since(start).Seconds())
|
||||
|
||||
Reference in New Issue
Block a user