Fixed small typo in an error message
This commit is contained in:
@ -335,7 +335,7 @@ asynStatus sinqAxis::setVeloFields(double velo, double vbas, double vmax) {
|
|||||||
if (velo < vbas || velo > vmax) {
|
if (velo < vbas || velo > vmax) {
|
||||||
asynPrint(pC_->lowLevelPortUser_, ASYN_TRACE_ERROR,
|
asynPrint(pC_->lowLevelPortUser_, ASYN_TRACE_ERROR,
|
||||||
"%s => line %d:\nActual speed velo=%lf must be between "
|
"%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);
|
__PRETTY_FUNCTION__, __LINE__, velo, vbas, vmax);
|
||||||
|
|
||||||
status = setStringParam(pC_->motorMessageText_,
|
status = setStringParam(pC_->motorMessageText_,
|
||||||
|
Reference in New Issue
Block a user