diff --git a/voussoirkit/spinal.py b/voussoirkit/spinal.py index 6769000..2d4671b 100644 --- a/voussoirkit/spinal.py +++ b/voussoirkit/spinal.py @@ -908,7 +908,7 @@ def walk( queue.append(path) while queue: current = queue.pop() - log.debug('Scanning %s.', current) + log.debug('Scanning %s.', current.absolute_path) current_rstrip = current.absolute_path.rstrip(os.sep) if yield_style is YIELD_STYLE_NESTED: