JPEG: Reduce log level for reporting invalid color metadata #3843
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
parent
be10bacb40
commit
d06a182ac0
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ func decodeImage(reader io.ReadSeeker, logName string) (metaData *meta.Data, img
|
|||
}
|
||||
|
||||
// Log color metadata read error.
|
||||
log.Warnf("thumb: %s in %s (read color metadata)", err, logName)
|
||||
log.Infof("thumb: %s in %s (read color metadata)", err, logName)
|
||||
|
||||
// Seek to the file start in order to avoid decoding errors,
|
||||
// see https://github.com/photoprism/photoprism/issues/3843
|
||||
|
|
Loading…
Add table
Reference in a new issue