[W-I-P] Refactoring started

This commit is contained in:
hasherezade
2017-02-11 20:45:37 +01:00
parent eb17ce28ba
commit f477a765b3
55 changed files with 466 additions and 459 deletions
+2 -2
View File
@@ -58,7 +58,7 @@ bool ExeNodeWrapper::canAddEntry()
bufsize_t paddedSize = entrySize * 2;
bool haveSpace = this->m_Exe->isAreaEmpty(nextOffset, paddedSize);
Logger::append(Logger::INFO,
Logger::append(Logger::D_INFO,
"NextOffset = %llX size = %lX, canAdd: %u",
static_cast<unsigned long long>(nextOffset),
static_cast<unsigned long>(entrySize),
@@ -120,7 +120,7 @@ ExeNodeWrapper* ExeNodeWrapper::addEntryAt(ExeNodeWrapper *entry, offset_t nextO
}
if (loadNextEntry(entryNum) == false) return NULL;
reloadMapping();
Logger::append(Logger::INFO,
Logger::append(Logger::D_INFO,
"Entries count: %lu",
static_cast<unsigned long>(this->getEntriesCount())
);