You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LOG_INFO( "End of process because the job was canceled." )
274
274
break;
275
275
}
276
276
277
277
// check progressDuration
278
-
if( progressDuration >= outputDuration )
278
+
if( progressDuration >= expectedOutputDuration )
279
279
{
280
-
LOG_INFO( "End of process because the output program duration (" << progressDuration << "s) is equal or upper than " << outputDuration << "s.")
280
+
std::cout << "End of process because the output program duration (" << progressDuration << "s) is equal or upper than " << expectedOutputDuration << "s."<< std::endl;
0 commit comments