SourceCode/Bond/Servo/CEFEM.cpp
@@ -716,6 +716,7 @@ LOGI("<CEFEM-%s>JobDataRequest received (code=%d, size=%zu)", m_strName.c_str(), code, size); if (m_pActiveContext != nullptr) { CJobDataS* pJobDataS = ((CGlass*)m_pActiveContext)->getJobDataS(); LOGI("<CEFEM-%s>JobDataRequest GlassID=%s", m_strName.c_str(), ((CGlass*)m_pActiveContext)->getID().c_str()); if (pJobDataS != nullptr) { pJobDataS->serialize(szBuffer, 1024); ack = (short)JobDataRequestAck::OK;