Skip to content
Snippets Groups Projects

euROBIN

Merged Fabian Reister requested to merge eurobin_nancy into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -185,7 +185,7 @@ namespace armarx
{
if (_last_iteration_id != -1 && _last_iteration_id + 1 != step.iterationId)
{
ARMARX_INFO << deactivateSpam(10)
ARMARX_INFO << deactivateSpam(60)
<< "Missing Iterations or iterations out of order! "
<< "This should not happen. " << VAROUT(_last_iteration_id) << ", "
<< VAROUT(step.iterationId);
Loading