Show preferred path separator in dwarfsck

This commit is contained in:
Marcus Holland-Moritz 2023-06-26 19:48:15 +02:00
parent 02a34bfa49
commit be4f1a3e80

View File

@ -852,6 +852,9 @@ void metadata_<LoggerPolicy>::dump(
os << "block size: " << size_with_unit(stbuf.bsize) << std::endl;
os << "block count: " << fsinfo.block_count << std::endl;
os << "inode count: " << stbuf.files << std::endl;
if (auto ps = meta_.preferred_path_separator()) {
os << "preferred path separator: " << static_cast<char>(*ps) << std::endl;
}
os << "original filesystem size: " << size_with_unit(stbuf.blocks)
<< std::endl;
os << "compressed block size: "