diff --git a/src/sinqAxis.cpp b/src/sinqAxis.cpp index a443fea..1df8cbd 100644 --- a/src/sinqAxis.cpp +++ b/src/sinqAxis.cpp @@ -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_,