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

Fixed log level for non error message to info.

parent 34322657
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