diff --git a/src/libCom/assertUNIX.c b/src/libCom/assertUNIX.c index 24f2ef6db..dc8879efb 100644 --- a/src/libCom/assertUNIX.c +++ b/src/libCom/assertUNIX.c @@ -27,6 +27,9 @@ * Modification Log: * ----------------- * $Log$ + * Revision 1.4 1995/12/19 19:40:04 jhill + * added author name + * * Revision 1.3 1995/08/12 00:59:11 jhill * use $log in header * @@ -39,6 +42,7 @@ #include #include +#include /* @@ -80,6 +84,7 @@ void epicsAssert (const char *pFile, const unsigned line, const char *pMsg, "this message to \"tech-talk@aps.anl.gov\"\n"); } + epicsPrintf ("This problem occurred in \"%s\"\n", epicsReleaseVersion); abort (); } diff --git a/src/libCom/assertVX.c b/src/libCom/assertVX.c index 2b31ded21..8a69c1e51 100644 --- a/src/libCom/assertVX.c +++ b/src/libCom/assertVX.c @@ -27,6 +27,9 @@ * Modification Log: * ----------------- * $Log$ + * Revision 1.4 1995/12/19 19:40:07 jhill + * added author name + * * Revision 1.3 1995/08/12 01:00:07 jhill * use $log in header * @@ -43,6 +46,7 @@ #include #include +#include /* @@ -84,6 +88,7 @@ void epicsAssert (const char *pFile, const unsigned line, const char *pMsg, "to the author or \"tech-talk@aps.anl.gov\"\n"); } + epicsPrintf ("This problem occurred in \"%s\"\n", epicsReleaseVersion); taskSuspend (taskId); }