Fixed small typo in an error message

This commit is contained in:
2025-01-22 11:00:05 +01:00
parent f14ac66971
commit c06cf8e76c

View File

@ -335,7 +335,7 @@ asynStatus sinqAxis::setVeloFields(double velo, double vbas, double vmax) {
if (velo < vbas || velo > vmax) {
asynPrint(pC_->lowLevelPortUser_, ASYN_TRACE_ERROR,
"%s => line %d:\nActual speed velo=%lf must be between "
"lower limit vbas=%lf and upper limit vmx=%lf.\n",
"lower limit vbas=%lf and upper limit vmax=%lf.\n",
__PRETTY_FUNCTION__, __LINE__, velo, vbas, vmax);
status = setStringParam(pC_->motorMessageText_,