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

Task #7064: Typo in log message reporting actual clock

parent fd21d112
No related branches found
No related tags found
No related merge requests found
......@@ -1008,7 +1008,7 @@ void StationControl::_databaseEventHandler(GCFEvent& event)
// during startup we adopt the value set by the ClockController.
if (strstr(dpEvent.DPname.c_str(), PN_CLC_ACTUAL_CLOCK) != 0) {
itsClock = ((GCFPVInteger*)(dpEvent.value._pValue))->getValue();
LOG_INFO_STR("Received (actual)clock change from PVSS, bitmode is now " << itsClock);
LOG_INFO_STR("Received (actual)clock change from PVSS, clock is now " << itsClock);
_abortObsWithWrongClock();
break;
}
......
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