Skip to content

Commit afe81f8

Browse files
Merge pull request #126 from DiamondLightSource/addMethodDebugTrace
Add debug message in updateCsDemands method
2 parents bc98a17 + 0a6cb33 commit afe81f8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pmacApp/src/pmacCSController.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ asynStatus pmacCSController::updateCsDemands(void) {
409409
pmacCSAxis *pAxis = NULL;
410410
static const char *functionName = "updateCsDemands";
411411

412+
debug(DEBUG_TRACE, functionName, "Called");
413+
412414
//Turn on the changed motor position flag for the involved axes.
413415
for (int axis = 0; axis < numAxes_; axis++) {
414416
pAxis = this->getAxis(axis);

0 commit comments

Comments
 (0)