From afa208a5e1cbcc0469c5b85989348db4a6d969d4 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Sat, 12 Aug 1995 00:59:11 +0000 Subject: [PATCH] use $log in header --- src/libCom/assertUNIX.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libCom/assertUNIX.c b/src/libCom/assertUNIX.c index 8f728ea4c..44bd9e4d7 100644 --- a/src/libCom/assertUNIX.c +++ b/src/libCom/assertUNIX.c @@ -26,6 +26,7 @@ * * Modification Log: * ----------------- + * $Log$ */ #include @@ -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 (); }