Output unix style path for filter rule debugging

This commit is contained in:
Marcus Holland-Moritz 2023-06-28 03:02:34 +02:00
parent 8189f392d0
commit 6674c9bf67

View File

@ -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,