mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 13:59:46 -04:00
More debug output while parsing sections
This commit is contained in:
parent
629f3a4177
commit
11bd39ddc1
@ -223,6 +223,8 @@ filesystem_<LoggerPolicy>::filesystem_(logger& lgr, std::shared_ptr<mmif> mm,
|
||||
section_map sections;
|
||||
|
||||
while (auto s = parser.next_section()) {
|
||||
LOG_DEBUG << "section " << s->description() << " @ " << s->start() << " ["
|
||||
<< s->length() << " bytes]";
|
||||
if (s->type() == section_type::BLOCK) {
|
||||
cache.insert(*s);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user