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

Reduce spam

parent 35347073
No related branches found
No related tags found
No related merge requests found
......@@ -786,7 +786,8 @@ namespace armarx::armem::server::obj::instance
if (not result.has_value())
{
ARMARX_WARNING << "No provider segment for classID " << classID.str() << " found";
ARMARX_WARNING << deactivateSpam(120)
<< "No provider segment for classID " << classID.str() << " found";
}
return result;
}
......
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