mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-10 04:50:31 -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 ? "- " : "+ ";
|
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,
|
int parse_order_option(std::string const& ordname, std::string const& opt,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user