diff --git a/src/dwarfs/metadata_v2.cpp b/src/dwarfs/metadata_v2.cpp index 97f49a20..62dff218 100644 --- a/src/dwarfs/metadata_v2.cpp +++ b/src/dwarfs/metadata_v2.cpp @@ -852,6 +852,9 @@ void metadata_::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(*ps) << std::endl; + } os << "original filesystem size: " << size_with_unit(stbuf.blocks) << std::endl; os << "compressed block size: "