This commit is contained in:
Henrik Rydgard 2016-03-13 18:42:26 +01:00
parent c8457d39ed
commit b137bf1af4

View File

@ -303,7 +303,7 @@ public:
return;
}
WARN_LOG(LOADER, "Importing %s : %08x", GetFuncName(func.moduleName, func.nid), func.stubAddr);
DEBUG_LOG(LOADER, "Importing %s : %08x", GetFuncName(func.moduleName, func.nid), func.stubAddr);
// Add the symbol to the symbol map for debugging.
char temp[256];