More debug output while parsing sections

This commit is contained in:
Marcus Holland-Moritz 2020-12-17 21:37:58 +01:00
parent 629f3a4177
commit 11bd39ddc1

View File

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