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

ERROR -> WARNING

parent 64545832
No related branches found
No related tags found
2 merge requests!157armem/dev => master,!141Feature/armem object memory articulated objects
......@@ -26,7 +26,7 @@ namespace armarx::armem::articulated_object
if (not description)
{
ARMARX_ERROR << "Unknown object " << name;
ARMARX_WARNING << "Unknown object " << name;
return std::nullopt;
}
......
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