Avoid spamming the logs

This commit is contained in:
Maschell 2024-04-19 18:18:14 +02:00
parent 103e950aef
commit b1f8d29cee
1 changed files with 1 additions and 1 deletions

View File

@ -186,7 +186,7 @@ bool doRelocation(const std::vector<RelocationData> &relocData, relocation_tramp
// They will be released on exit (See: AromaBaseModule)
usedRPls[rplName] = rplHandle;
} 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];