Skip to content
Snippets Groups Projects
Commit cb1dc8cc authored by Jorrit Schaap's avatar Jorrit Schaap
Browse files

TMSS-1099: fixed typo

parent 87fbebb1
No related branches found
No related tags found
2 merge requests!634WIP: COBALT commissioning delta,!609TMSS-1099: Request only observation subtask using a filter
...@@ -1150,7 +1150,7 @@ void MACScheduler::_updateFinishedList() ...@@ -1150,7 +1150,7 @@ void MACScheduler::_updateFinishedList()
freeSpace = MAX_CONCURRENT_OBSERVATIONS - itsNrPlanned - itsNrActive; freeSpace = MAX_CONCURRENT_OBSERVATIONS - itsNrPlanned - itsNrActive;
// get new list (list is/should_be ordered on starttime) // get new list (list is/should_be ordered on starttime)
Json::Value finishingSubTasks = itsTMSSconnection->getObservationFinishingSubTasks(); Json::Value finishingSubTasks = itsTMSSconnection->getFinishingObservationSubTasks();
if (finishingSubTasks.empty()) { if (finishingSubTasks.empty()) {
LOG_DEBUG ("No finishing TMSS Observations"); LOG_DEBUG ("No finishing TMSS Observations");
// NOTE: do not exit routine on emptylist: we need to write an empty list to clear the DB // NOTE: do not exit routine on emptylist: we need to write an empty list to clear the DB
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment