diff --git a/src/libCom/assertUNIX.c b/src/libCom/assertUNIX.c index c06877fdb..b378faded 100644 --- a/src/libCom/assertUNIX.c +++ b/src/libCom/assertUNIX.c @@ -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 { diff --git a/src/libCom/assertVX.c b/src/libCom/assertVX.c index 8a69c1e51..8260c655b 100644 --- a/src/libCom/assertVX.c +++ b/src/libCom/assertVX.c @@ -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 {