diff --git a/core/schedAction.cpp b/core/schedAction.cpp index 589f87b2ab8ef4c8ff9d467e7850272634c8eee1..3a2bfa37625a097122b20207b2bd320b866c67c8 100644 --- a/core/schedAction.cpp +++ b/core/schedAction.cpp @@ -139,7 +139,7 @@ void ExportAlloc::onSchedule(int i, int w, double s, double f) { } else { output << "SpecificWorker: " << instance->workerIDs[type][index] << endl; if (workerOrder) { - output << "Workerorder: " << workerTaskCount[w] << endl; + output << "Workerorder: " << workerTaskCount[w]+1 << endl; ++workerTaskCount[w]; } }