This commit is contained in:
Jeff Hill
1997-01-22 22:07:22 +00:00
parent 56cf313613
commit d00b72f3e8
2 changed files with 9 additions and 3 deletions

View File

@@ -27,6 +27,9 @@
* Modification Log:
* -----------------
* $Log$
* Revision 1.6 1996/11/02 01:56:55 jhill
* improved message
*
* Revision 1.5 1996/06/19 17:14:11 jhill
* print out the EPICS release when there is an assert failure
*
@@ -72,8 +75,7 @@ void epicsAssert (const char *pFile, const unsigned line, const char *pMsg,
"Please send the text of this message to \"%s\"\n", pAuthorName);
epicsPrintf (
"(the author of this software) or to \"tech-talk@aps.anl.gov\"\n");
"(the author of this call to assert()) or to \"tech-talk@aps.anl.gov\"\n");
}
else {

View File

@@ -27,6 +27,9 @@
* Modification Log:
* -----------------
* $Log$
* Revision 1.5 1996/06/19 17:14:12 jhill
* print out the EPICS release when there is an assert failure
*
* Revision 1.4 1995/12/19 19:40:07 jhill
* added author name
*
@@ -75,7 +78,8 @@ void epicsAssert (const char *pFile, const unsigned line, const char *pMsg,
taskId);
epicsPrintf (
"to \"%s\" (the author of this software) or \"tech-talk@aps.anl.gov\"\n", pAuthorName);
"to \"%s\" (the author of this call to assert()) or \"tech-talk@aps.anl.gov\"\n",
pAuthorName);
}
else {