Skip to content
Snippets Groups Projects
Commit 937019e4 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Reduce logging verbosity

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