Skip to content
Snippets Groups Projects
Commit ab711bf0 authored by Christoph Pohl's avatar Christoph Pohl
Browse files

Improve logging

parent 27c808ac
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,7 @@ namespace armarx::plugins
return;
}
ARMARX_INFO << "Adding skill and set owning provider name" << skillName;
ARMARX_INFO << "Adding skill and set owning provider name `" << skillName << "`.";
auto s = skillImplementations.emplace(skillName, std::move(skill));
s.first->second.statusUpdate.skillId = skills::SkillID(parent().getName(), skillName);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment