From 5689402375605e66ef2f4e940e7fd2c7075db62f Mon Sep 17 00:00:00 2001 From: smathis Date: Mon, 5 May 2025 09:15:15 +0200 Subject: [PATCH] Further clarified the error message in checkMaxSubsequentTimeouts. --- src/sinqController.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sinqController.cpp b/src/sinqController.cpp index 21b4589..4fac795 100644 --- a/src/sinqController.cpp +++ b/src/sinqController.cpp @@ -505,7 +505,8 @@ asynStatus sinqController::checkMaxSubsequentTimeouts(int timeoutNo, int axisNo, asynPrint( this->pasynUserSelf, ASYN_TRACE_ERROR, "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__, maxSubsequentTimeouts_);