@@ -55,8 +55,8 @@ int RateLimiter::check(ProcessingContext& ctx, int maxInFlight, size_t minSHM)
5555 maxInFlight, mSentTimeframes , mConsumedTimeframes );
5656 } else {
5757 O2_SIGNPOST_EVENT_EMIT_INFO (rate_limiting, sid, " timeframe_ratelimit" ,
58- " Maximum number of TF in flight reached (%d: published %llu - finished %llu), waiting" ,
59- maxInFlight, mSentTimeframes , mConsumedTimeframes );
58+ " Maximum number of TF in flight reached (%d: published %llu - finished %llu), waiting" ,
59+ maxInFlight, mSentTimeframes , mConsumedTimeframes );
6060 }
6161 waitMessage = true ;
6262 timeoutForMessage = false ;
@@ -87,8 +87,8 @@ int RateLimiter::check(ProcessingContext& ctx, int maxInFlight, size_t minSHM)
8787 (mSentTimeframes - mConsumedTimeframes ), maxInFlight);
8888 } else {
8989 O2_SIGNPOST_EVENT_EMIT_INFO (rate_limiting, sid, " timeframe_ratelimit" ,
90- " %lli / %d TF in flight, continue to publish" ,
91- (mSentTimeframes - mConsumedTimeframes ), maxInFlight);
90+ " %lli / %d TF in flight, continue to publish" ,
91+ (mSentTimeframes - mConsumedTimeframes ), maxInFlight);
9292 }
9393 }
9494
0 commit comments