Small log tweak
This commit is contained in:
parent
6d1221164b
commit
9b272c8021
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ func (s *TagScanner) processDeletedDir(ctx context.Context, dir string, updatedA
|
||||||
updatedAlbums[t.AlbumID] = true
|
updatedAlbums[t.AlbumID] = true
|
||||||
}
|
}
|
||||||
|
|
||||||
log.Info("Finished processing deleted folder", "dir", dir, "deleted", len(ct), "elapsed", time.Since(start))
|
log.Info("Finished processing deleted folder", "dir", dir, "purged", len(ct), "elapsed", time.Since(start))
|
||||||
return s.ds.MediaFile(ctx).DeleteByPath(dir)
|
return s.ds.MediaFile(ctx).DeleteByPath(dir)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue