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

articulated_object/Writer: reducing verbosity

parent 1624a60b
No related branches found
No related tags found
No related merge requests found
...@@ -205,7 +205,7 @@ namespace armarx::armem::articulated_object ...@@ -205,7 +205,7 @@ namespace armarx::armem::articulated_object
id.setEntityID(memoryInstanceId.getEntityID()); id.setEntityID(memoryInstanceId.getEntityID());
armarx::ObjectID objectId(id.entityName); armarx::ObjectID objectId(id.entityName);
ARMARX_INFO << "Object ID: " << objectId; ARMARX_DEBUG << "Object ID: " << objectId;
ARMARX_CHECK_NOT_EMPTY(objectId.instanceName()) ARMARX_CHECK_NOT_EMPTY(objectId.instanceName())
<< "An object instance name must be provided!"; << "An object instance name must be provided!";
......
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