From 55589cb65a42348ccd431e2756f7a3cb50a24672 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 2 Nov 1996 01:56:55 +0000 Subject: [PATCH] improved message --- src/libCom/assertUNIX.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/libCom/assertUNIX.c b/src/libCom/assertUNIX.c index dc8879efb..c06877fdb 100644 --- a/src/libCom/assertUNIX.c +++ b/src/libCom/assertUNIX.c @@ -27,6 +27,9 @@ * Modification Log: * ----------------- * $Log$ + * Revision 1.5 1996/06/19 17:14:11 jhill + * print out the EPICS release when there is an assert failure + * * Revision 1.4 1995/12/19 19:40:04 jhill * added author name * @@ -66,13 +69,11 @@ void epicsAssert (const char *pFile, const unsigned line, const char *pMsg, if (pAuthorName) { epicsPrintf ( -"Please contact \"%s\"\n", pAuthorName); +"Please send the text of this message to \"%s\"\n", pAuthorName); epicsPrintf ( -"(the author of this software) or else send the text of this message to\n"); +"(the author of this software) or to \"tech-talk@aps.anl.gov\"\n"); - epicsPrintf ( -"\"tech-talk@aps.anl.gov\"\n"); } else {