Skip to content
Snippets Groups Projects
Commit 971fd4b2 authored by Your Name's avatar Your Name
Browse files

minor: vebosity

parent 65cb9056
No related branches found
No related tags found
1 merge request!266Feature/armem laser scans
......@@ -90,7 +90,7 @@ namespace armarx::armem::laser_scans::client
{
armarx::armem::client::query::Builder qb;
ARMARX_INFO << "Query for agent: " << query.agent
ARMARX_VERBOSE << "Query for agent: " << query.agent
<< " memory name: " << constants::memoryName;
if (query.sensorList.empty()) // all sensors
......
......@@ -58,7 +58,7 @@ namespace armarx::armem::laser_scans::client
const auto result = memoryWriter.addSegment(constants::memoryName, agentName);
ARMARX_INFO << "Storing scan with " << laserScan.size() << " elements";
ARMARX_VERBOSE << "Storing scan with " << laserScan.size() << " elements";
if (not result.success)
{
......
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