Skip to content
Snippets Groups Projects
Commit d7861a81 authored by Eric Cano's avatar Eric Cano
Browse files

Fixed log level for non error message to info.

parent 52d9b76b
Branches
Tags
No related merge requests found
......@@ -304,7 +304,7 @@ void GarbageCollector::reinjectOwnedObject(log::LogContext& lc) {
log::ScopedParamContainer params(lc);
params.add("agentAddress", a);
ourAg.removeFromOwnership(a);
lc.log(log::ERR, "In GarbageCollector::reinjectOwnedObject(): removed agent from our ownership.");
lc.log(log::INFO, "In GarbageCollector::reinjectOwnedObject(): removed agent from our ownership.");
}
ourAg.commit();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment