bad arg to errlogPrintf

This commit is contained in:
Marty Kraimer
2004-01-19 19:14:38 +00:00
parent 25d76153ff
commit f24825aee9
+1 -1
View File
@@ -244,7 +244,7 @@ void epicsThreadSleep(double seconds)
if(ticks<=0) ticks = 1;
}
status = taskDelay(ticks);
if(status) errlogPrintf(0,"epicsThreadSleep\n");
if(status) errlogPrintf("epicsThreadSleep\n");
}
epicsThreadId epicsThreadGetIdSelf(void)