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

warning -> info

parent 2aaf1277
No related branches found
No related tags found
No related merge requests found
Pipeline #21079 failed
......@@ -97,7 +97,7 @@ namespace armarx::armem::robot_state
if (robot == nullptr)
{
ARMARX_WARNING << deactivateSpam(1) << "Failed to query robot `" << name
ARMARX_INFO << deactivateSpam(1) << "Failed to query robot `" << name
<< "`. Will try again ...";
}
Clock::WaitFor(Duration::MilliSeconds(200));
......
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