mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-08 03:49:44 -04:00
Output unix style path for filter rule debugging
This commit is contained in:
parent
8189f392d0
commit
6674c9bf67
@ -169,7 +169,7 @@ void debug_filter_output(std::ostream& os, bool exclude, entry const* pe,
|
||||
prefix = exclude ? "- " : "+ ";
|
||||
}
|
||||
|
||||
os << prefix << pe->dpath() << "\n";
|
||||
os << prefix << pe->unix_dpath() << "\n";
|
||||
}
|
||||
|
||||
int parse_order_option(std::string const& ordname, std::string const& opt,
|
||||
|
Loading…
x
Reference in New Issue
Block a user