mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 06:16:55 -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;
|
section_map sections;
|
||||||
|
|
||||||
while (auto s = parser.next_section()) {
|
while (auto s = parser.next_section()) {
|
||||||
|
LOG_DEBUG << "section " << s->description() << " @ " << s->start() << " ["
|
||||||
|
<< s->length() << " bytes]";
|
||||||
if (s->type() == section_type::BLOCK) {
|
if (s->type() == section_type::BLOCK) {
|
||||||
cache.insert(*s);
|
cache.insert(*s);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user