Further clarified the error message in checkMaxSubsequentTimeouts.

This commit is contained in:
2025-05-05 09:15:15 +02:00
parent 2a7934b8d6
commit 5689402375

View File

@ -505,7 +505,8 @@ asynStatus sinqController::checkMaxSubsequentTimeouts(int timeoutNo, int axisNo,
asynPrint( asynPrint(
this->pasynUserSelf, ASYN_TRACE_ERROR, this->pasynUserSelf, ASYN_TRACE_ERROR,
"Controller \"%s\", axis %d => %s, line %d:\nMore than %d " "Controller \"%s\", axis %d => %s, line %d:\nMore than %d "
"subsequent communication timeouts.\n", "subsequent communication timeouts. Check whether the "
"controller is still running and connected to the network.\n",
this->portName, axisNo, __PRETTY_FUNCTION__, __LINE__, this->portName, axisNo, __PRETTY_FUNCTION__, __LINE__,
maxSubsequentTimeouts_); maxSubsequentTimeouts_);