Fix several compilation errors for -DDEBUG

After Adding "-DDEBUG" to the compiler options some files don't
compile any more.
Fix the compilation errors.
This commit is contained in:
Torsten Bögershausen
2021-09-01 11:06:57 +02:00
parent 7ce69155a9
commit 420fb45fbc
6 changed files with 12 additions and 18 deletions

View File

@@ -279,8 +279,8 @@ epicsTimerNotify::expireStatus searchTimer::expire (
if ( this->searchAttempts ) {
char buf[64];
currentTime.strftime ( buf, sizeof(buf), "%M:%S.%09f");
debugPrintf ( ("sent %u delay sec=%f Rts=%s\n",
nFrameSent, this->period(), buf ) );
debugPrintf ( ("sent %u delay Rts=%s\n",
nFrameSent, buf ) );
}
# endif