From ddbd4fa89374cb60642e6fca2abdab849048c3db Mon Sep 17 00:00:00 2001 From: Ron Sluiter Date: Thu, 25 Mar 2010 16:44:27 +0000 Subject: [PATCH] Need errlog.h --- motorApp/SoftMotorSrc/devSoft.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/motorApp/SoftMotorSrc/devSoft.cc b/motorApp/SoftMotorSrc/devSoft.cc index 4886a1a0..847f8cc0 100644 --- a/motorApp/SoftMotorSrc/devSoft.cc +++ b/motorApp/SoftMotorSrc/devSoft.cc @@ -62,6 +62,7 @@ NOTES... #include "devSoft.h" #include "epicsExport.h" +#include "errlog.h" /*----------------debugging-----------------*/ #ifdef __GNUG__ @@ -272,7 +273,7 @@ void soft_rdbl_func(struct motorRecord *mr, double newrdbl) newrdbl = newrdbl / mr->mres; mr->rmp = NINT(newrdbl); - Debug(5, "soft_rdbl_func(): updated RMP = %d.\n", mr->rmp); + Debug(5, "soft_rdbl_func(): updated RMP = %d for %s.\n", mr->rmp, mr->name); if (ptr->initialized == false) {