Commit 64e38c67 authored by TheDebbio's avatar TheDebbio
Browse files

bug monitor thread

parent 34b64325
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -123,7 +123,7 @@ void CMonitorThread::onStart()
	 	case COOLHEAD: {
	 		m_currentStage=VACUUMPUMP;
	 		try {
	 			m_core->updateCoolHead();
	 			m_core->updateColdHead();
	 		}
	 		 catch (ACSErr::ACSbaseExImpl& ex) {
	 			 _ADD_BACKTRACE(ComponentErrors::WatchDogErrorExImpl,impl,ex,"CMonitorThread::runLoop");