Skip to content
Snippets Groups Projects
Commit 025904cb authored by Sebastian Rietsch's avatar Sebastian Rietsch
Browse files

Changed print to ARMARX_VERBOSE

parent d0da3370
No related branches found
No related tags found
1 merge request!497euROBIN
Pipeline #21823 failed
......@@ -33,7 +33,7 @@ namespace armarx::armem::articulated_object
const std::string& instanceName,
VirtualRobot::RobotIO::RobotDescription loadMode)
{
ARMARX_INFO << "Getting `" << typeName + "/" + instanceName << "`";
ARMARX_VERBOSE << "Getting `" << typeName + "/" + instanceName << "`";
const std::optional<ArticulatedObject> articulatedObjectDescription =
get(typeName + "/" + instanceName, timestamp, providerName);
......
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