diff --git a/motorApp/NewportSrc/XPSController.cpp b/motorApp/NewportSrc/XPSController.cpp index ee7db679..bdef85b7 100644 --- a/motorApp/NewportSrc/XPSController.cpp +++ b/motorApp/NewportSrc/XPSController.cpp @@ -87,13 +87,13 @@ Versions: Release 4-5 and higher. #include #include -#include #include #include #include "XPSController.h" #include "XPS_C8_drivers.h" #include "xps_ftp.h" +#include static const char *driverName = "XPSController"; @@ -860,7 +860,7 @@ asynStatus XPSController::runProfile() /* Define trigger */ sprintf(buffer, "Always;%s.PVT.TrajectoryPulse", groupName); asynPrint(this->pasynUserSelf, ASYN_TRACE_FLOW, - "%s:%s: calling EventExtendedConfigurationTriggerSet(%d, %d, %s, %s, %s, %s)\n", + "%s:%s: calling EventExtendedConfigurationTriggerSet(%d, %d, %s, %s, %s, %s. %s)\n", driverName, functionName, pollSocket_, 2, buffer, "", "", "", ""); status = EventExtendedConfigurationTriggerSet(pollSocket_, 2, buffer, "", "", "", ""); @@ -873,7 +873,7 @@ asynStatus XPSController::runProfile() /* Define action */ asynPrint(this->pasynUserSelf, ASYN_TRACE_FLOW, - "%s:%s: calling EventExtendedConfigurationActionSet(%d, %d, %s, %s, %s, %s)\n", + "%s:%s: calling EventExtendedConfigurationActionSet(%d, %d, %s, %s, %s, %s, %s)\n", driverName, functionName, pollSocket_, 1, "GatheringOneData", "", "", "", ""); status = EventExtendedConfigurationActionSet(pollSocket_, 1, "GatheringOneData",