Import: Reduce log level to info for duplicates #991
This commit is contained in:
parent
1e023c5302
commit
a1a967786a
1 changed files with 1 additions and 1 deletions
|
@ -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 == "" {
|
||||
|
|
Loading…
Reference in a new issue