mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 03:49:44 -04:00
Log full path when skipping files in scanner
This commit is contained in:
parent
aeeddaecab
commit
c2f00d78c3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user