Skip to content
Snippets Groups Projects
Commit 37be9dcf authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Turn warning into info

parent 44248937
No related branches found
No related tags found
No related merge requests found
...@@ -57,8 +57,8 @@ namespace armarx::armem ...@@ -57,8 +57,8 @@ namespace armarx::armem
std::lock_guard l(updateMutex); std::lock_guard l(updateMutex);
if (updateChanged) if (updateChanged)
{ {
// if the update is not changed it has probably been committed already // If the update is not changed it has probably been committed already.
ARMARX_WARNING << deactivateSpam() << "Try to send data to robotStateMemory but data has not changed."; ARMARX_INFO << deactivateSpam() << "Try to send data to robotStateMemory but data has not changed.";
return; return;
} }
......
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