Skip to content
This repository was archived by the owner on Jul 11, 2022. It is now read-only.

Commit 5628c5e

Browse files
committed
1 parent f34a46f commit 5628c5e

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

source/StructureAnalyzer.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535

3636
using namespace BinaryNinja;
3737

38-
#define LOG(...) LogDebug("ObjectiveNinja: " __VA_ARGS__)
39-
#define LOG_BREAK() LOG("===------------------------------------------------------------------===")
38+
#define LOG(...) LogInfo("ObjectiveNinja: " __VA_ARGS__)
39+
#define LOG_BREAK() LOG("===----------------------------------------------===")
4040

4141
StructureAnalyzer::StructureAnalyzer(BinaryViewRef bv)
4242
: m_bv(bv)
@@ -443,7 +443,6 @@ void StructureAnalyzer::runPrivate()
443443
}
444444
}
445445

446-
LOG_BREAK();
447446
LOG("Found %lu classes (%lu invalid)",
448447
m_records.classes.size(), totalInvalidClasses);
449448
LOG("Found %lu class references (%lu invalid)",

0 commit comments

Comments
 (0)