Import: Re-add error log #991
This commit is contained in:
parent
303a3f77f9
commit
31fb402a28
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ func ImportWorker(jobs <-chan ImportJob) {
|
|||
}
|
||||
}
|
||||
} else {
|
||||
log.Warnf("import: %s", err)
|
||||
|
||||
// Try to add duplicates to selected album(s) as well, see #991.
|
||||
if fileHash := f.Hash(); fileHash == "" {
|
||||
// Do nothing.
|
||||
|
|
Loading…
Reference in a new issue