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

Fixed typo in log message.

parent f8082a04
Branches
Tags
No related merge requests found
......@@ -265,7 +265,7 @@ void GarbageCollector::reinjectOwnedObject(log::LogContext& lc) {
if (ag.getOwner() == m_ourAgentReference.getAgentAddress()) {
ag.setOwner(m_agentRegister.getAddressIfSet());
ag.commit();
lc.log(log::INFO, "In GarbageCollector::reinjectOwnedObject(): chenged agent ownership to registry.");
lc.log(log::INFO, "In GarbageCollector::reinjectOwnedObject(): changed agent ownership to registry.");
} else {
params.add("newOwner", ag.getOwner());
lc.log(log::ERR, "In GarbageCollector::reinjectOwnedObject(): skipping agent whose ownership we lost last minute.");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment