Import: Reduce log level to info for duplicates #991

This commit is contained in:
Michael Mayer 2021-02-06 17:09:11 +01:00
parent 1e023c5302
commit a1a967786a

View file

@ -88,7 +88,7 @@ func ImportWorker(jobs <-chan ImportJob) {
}
}
} else {
log.Warnf("import: %s", err)
log.Infof("import: %s", err)
// Try to add duplicates to selected album(s) as well, see #991.
if fileHash := f.Hash(); fileHash == "" {