Skip to content
Snippets Groups Projects
Commit 86a8df33 authored by Fabian Reister's avatar Fabian Reister
Browse files

decreasing verbosity

parent af35d029
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ namespace armarx::armem
ARMARX_WARNING << "Empty history for " << s;
}
ARMARX_INFO << "History size: " << entity.history().size();
ARMARX_DEBUG << "History size: " << entity.history().size();
for (const auto &[ss, entitySnapshot] : entity.history())
{
......
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