Skip to content
Snippets Groups Projects
Commit ee82b922 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #6883: Fixes compile error from r32298

parent 8ad99ca7
No related branches found
No related tags found
No related merge requests found
...@@ -831,7 +831,7 @@ GCFEvent::TResult StationControl::startObservation_state(GCFEvent& event, GCFPor ...@@ -831,7 +831,7 @@ GCFEvent::TResult StationControl::startObservation_state(GCFEvent& event, GCFPor
} else { } else {
// splitters set succesfully // splitters set succesfully
itsSplitters = splitterState; itsSplitters = splitterState;
LOG_INFO_STR("Station splitters set to " << (itsSplitters ? "ON" : "OFF")); LOG_INFO_STR("Station splitters set to " << (splitterState ? "ON" : "OFF"));
} }
itsClaimTimerPort->setTimer(0.0); itsClaimTimerPort->setTimer(0.0);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment