mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
[orbis-kernel] relocation: reduce log spam
This commit is contained in:
parent
dba424ca1a
commit
cde192cdb3
1 changed files with 6 additions and 6 deletions
|
|
@ -203,12 +203,12 @@ static orbis::SysResult doRelocation(orbis::Process *process,
|
||||||
|
|
||||||
auto &defModule = module->importedModules.at(symbol.moduleIndex);
|
auto &defModule = module->importedModules.at(symbol.moduleIndex);
|
||||||
if (!defModule) {
|
if (!defModule) {
|
||||||
std::printf("'%s' ('%s') uses undefined symbol '%llx' in unloaded module "
|
// std::printf("'%s' ('%s') uses undefined symbol '%llx' in unloaded module "
|
||||||
"'%s', rel %u\n",
|
// "'%s', rel %u\n",
|
||||||
module->moduleName, module->soName,
|
// module->moduleName, module->soName,
|
||||||
(unsigned long long)symbol.id,
|
// (unsigned long long)symbol.id,
|
||||||
module->neededModules.at(symbol.moduleIndex).name.c_str(),
|
// module->neededModules.at(symbol.moduleIndex).name.c_str(),
|
||||||
rel.relType);
|
// rel.relType);
|
||||||
|
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue