use $log in header

This commit is contained in:
Jeff Hill
1995-08-12 00:59:11 +00:00
parent 5903ff0cdb
commit afa208a5e1
+2 -1
View File
@@ -26,6 +26,7 @@
*
* Modification Log:
* -----------------
* $Log$
*/
#include <stdlib.h>
@@ -58,7 +59,7 @@ void epicsAssert (const char *pFile, const unsigned line, const char *pMsg)
"Please contact the author of this software or else send the text of\n");
epicsPrintf (
"this message to \"tech_talk@aps.anl.gov\"\n");
"this message to \"tech-talk@aps.anl.gov\"\n");
abort ();
}