Skip to content
Snippets Groups Projects
Commit 5c2dca7c authored by Ruud Overeem's avatar Ruud Overeem
Browse files

Task #4323: Clearing start-up errors when entering run-fase to prevent false...

Task #4323: Clearing start-up errors when entering run-fase to prevent false error-report after succesful run.
parent 14bbd4fb
No related branches found
No related tags found
No related merge requests found
......@@ -502,6 +502,7 @@ GCFEvent::TResult ObservationControl::active_state(GCFEvent& event, GCFPortInter
itsChildsInError = 0;
itsStartTimer = 0;
LOG_INFO("Requesting all childs to go operation state");
itsQuitReason = CT_RESULT_NO_ERROR; // clear startup errors.
itsChildControl->requestState(CTState::RESUMED, "");
itsBusyControllers = itsChildControl->countChilds(0, CNTLRTYPE_NO_TYPE);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment