Log full path when skipping files in scanner

This commit is contained in:
Marcus Holland-Moritz 2022-10-28 23:00:22 +02:00
parent aeeddaecab
commit c2f00d78c3

View File

@ -707,7 +707,7 @@ scanner_<LoggerPolicy>::scan_tree(const std::string& path, progress& prog,
if (script_) {
if (script_->has_filter() && !script_->filter(*pe)) {
LOG_DEBUG << "skipping " << name;
LOG_DEBUG << "skipping " << pe->path();
continue;
}