mirror of
https://github.com/wiiu-env/CustomRPXLoader.git
synced 2024-11-24 18:56:57 +01:00
Avoid spamming the logs
This commit is contained in:
parent
103e950aef
commit
b1f8d29cee
@ -186,7 +186,7 @@ bool doRelocation(const std::vector<RelocationData> &relocData, relocation_tramp
|
|||||||
// They will be released on exit (See: AromaBaseModule)
|
// They will be released on exit (See: AromaBaseModule)
|
||||||
usedRPls[rplName] = rplHandle;
|
usedRPls[rplName] = rplHandle;
|
||||||
} else {
|
} else {
|
||||||
DEBUG_FUNCTION_LINE_VERBOSE("Use from usedRPLs cache! %s", rplName.c_str());
|
//DEBUG_FUNCTION_LINE_VERBOSE("Use from usedRPLs cache! %s", rplName.c_str());
|
||||||
}
|
}
|
||||||
rplHandle = usedRPls[rplName];
|
rplHandle = usedRPls[rplName];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user