Skip to content

Commit

Permalink
Log the type of object file currently being processed
Browse files Browse the repository at this point in the history
lets goo
  • Loading branch information
doctashay committed Oct 11, 2021
1 parent 0b9a899 commit 8c4d041
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions decompiler/ObjectFile/ObjectFileDB.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ class ObjectFileDB {
for (const auto& name : obj_file_order) {
for (auto& obj : obj_files_by_name.at(name)) {
f(obj);
lg::debug("Processing object {}", name);
}
}
}
Expand Down

0 comments on commit 8c4d041

Please sign in to comment.