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

Fix spam in aron warning

parent 2e06bbdf
No related branches found
No related tags found
No related merge requests found
Pipeline #16582 passed
......@@ -261,7 +261,8 @@ namespace armarx::aron::data
const auto& p = data->getPath();
if (not p.hasDirectPrefix(this->getPath()))
{
ARMARX_DEBUG << "An element added to a dict does not have a correct path set. This "
ARMARX_DEBUG << deactivateSpam(5)
<< "An element added to a dict does not have a correct path set. This "
"may cause errors. Please use setElemetCopy() instead.";
}
}
......
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