change threadGetName to taskName

This commit is contained in:
Marty Kraimer
2000-01-31 22:26:15 +00:00
parent 4936435302
commit 0d79fb26d5

View File

@@ -53,7 +53,7 @@ epicsShareFunc void epicsShareAPI epicsAssert (const char *pFile, const unsigned
epicsPrintf (
"\n\n\n%s: A call to \"assert (%s)\" failed in %s at %d\n",
threadGetName (threadid),
taskName ((int)threadid),
pExp,
pFile,
line);