- removed message about a stack trace going to be printed

This commit is contained in:
Till Straumann
2014-08-29 15:02:20 -07:00
parent 0d323db997
commit 32c6888e1b
2 changed files with 0 additions and 5 deletions

View File

@@ -64,9 +64,7 @@ epicsShareFunc void cantProceed(const char *msg, ...)
errlogPrintf("Thread %s (%p) can't proceed, suspending.\n",
epicsThreadGetNameSelf(), (void *)epicsThreadGetIdSelf());
errlogPrintf("Dumping a stack trace:\n");
epicsStackTrace();
errlogPrintf("\n");
errlogFlush();

View File

@@ -33,10 +33,7 @@ void epicsAssert (const char *pFile, const unsigned line,
" by thread '%s' failed in %s line %u.\n",
pExp, epicsThreadGetNameSelf(), pFile, line);
errlogPrintf("\n"
"I'll try to dump a stack trace:\n");
epicsStackTrace();
errlogPrintf("\n");
errlogPrintf("EPICS Release %s.\n", epicsReleaseVersion);