Fix MQ example 6 condition

This commit is contained in:
Alexey Rybalchenko
2017-10-12 11:42:51 +02:00
committed by Mohammad Al-Turany
parent f827655f81
commit 132682bc10

View File

@@ -63,8 +63,6 @@ void FairMQExample6Sampler::Run()
if (Send(msg, "data") > 0)
{
LOG(INFO) << "Sent \"" << fText << "\"";
}
}
if (fMaxIterations > 0 && ++fNumIterations >= fMaxIterations)
{
@@ -72,6 +70,8 @@ void FairMQExample6Sampler::Run()
break;
}
}
}
}
}
FairMQExample6Sampler::~FairMQExample6Sampler()