mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-17 08:18:07 -04:00
Show preferred path separator in dwarfsck
This commit is contained in:
parent
02a34bfa49
commit
be4f1a3e80
@ -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: "
|
||||
|
Loading…
x
Reference in New Issue
Block a user