From 9ada8b5300459810f4453970a04e1bb4b47ffff9 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Sun, 18 Sep 2011 22:34:48 +0000 Subject: [PATCH] Added asynPrint to defineProfile for debugging --- motorApp/MotorSrc/asynMotorAxis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/motorApp/MotorSrc/asynMotorAxis.cpp b/motorApp/MotorSrc/asynMotorAxis.cpp index f5043547..2f9f770a 100644 --- a/motorApp/MotorSrc/asynMotorAxis.cpp +++ b/motorApp/MotorSrc/asynMotorAxis.cpp @@ -262,7 +262,7 @@ asynStatus asynMotorAxis::defineProfile(double *positions, size_t numPoints) static const char *functionName = "defineProfile"; asynPrint(pC_->pasynUserSelf, ASYN_TRACE_FLOW, - "%s:%s: axisNo=%d, numPoints=%d, positions[0]=%f\n", + "%s:%s: axis=%d, numPoints=%d, positions[0]=%f\n", driverName, functionName, axisNo_, numPoints, positions[0]); if (numPoints > pC_->maxProfilePoints_) return asynError;