Add log statement for PDB.digest_directory.
This commit is contained in:
parent
1acd570467
commit
512470f73d
1 changed files with 1 additions and 0 deletions
|
@ -1555,6 +1555,7 @@ class PDBUtilMixin:
|
||||||
|
|
||||||
albums_by_path = {}
|
albums_by_path = {}
|
||||||
|
|
||||||
|
self.log.debug('Digesting directory "%s".', directory.absolute_path)
|
||||||
walk_generator = spinal.walk_generator(
|
walk_generator = spinal.walk_generator(
|
||||||
directory,
|
directory,
|
||||||
exclude_directories=exclude_directories,
|
exclude_directories=exclude_directories,
|
||||||
|
|
Loading…
Reference in a new issue