tag syserr's specially in the log so they can be grep'ed out easily
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 2 Jan 1983 08:02:43 +0000 (00:02 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 2 Jan 1983 08:02:43 +0000 (00:02 -0800)
SCCS-mr: usr.sbin/sendmail/src/version.c 128
SCCS-vsn: usr.sbin/sendmail/src/err.c 3.39
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.267

usr/src/usr.sbin/sendmail/src/err.c
usr/src/usr.sbin/sendmail/src/version.c

index cfdc24a..ddb7464 100644 (file)
@@ -1,6 +1,6 @@
 # include "sendmail.h"
 
 # include "sendmail.h"
 
-SCCSID(@(#)err.c       3.38            %G%);
+SCCSID(@(#)err.c       3.39            %G%);
 
 /*
 **  SYSERR -- Print error message.
 
 /*
 **  SYSERR -- Print error message.
@@ -56,7 +56,7 @@ syserr(fmt, a, b, c, d, e)
        (void) queuename(CurEnv, '\0');
 # ifdef LOG
        if (LogLevel > 0)
        (void) queuename(CurEnv, '\0');
 # ifdef LOG
        if (LogLevel > 0)
-               syslog(LOG_ERR, "%s: %s", CurEnv->e_id, &MsgBuf[4]);
+               syslog(LOG_ERR, "%s: SYSERR: %s", CurEnv->e_id, &MsgBuf[4]);
 # endif LOG
        errno = 0;
        if (QuickAbort)
 # endif LOG
        errno = 0;
        if (QuickAbort)
index 34edba8..afd1c47 100644 (file)
@@ -1,5 +1,5 @@
 # ifndef lint
 # ifndef lint
-static char    SccsId[] = "@(#)SendMail version 3.266 of %G%";
+static char    SccsId[] = "@(#)SendMail version 3.267 of %G%";
 # endif lint
 
 # endif lint
 
-char   Version[] = "3.266 [%G%]";
+char   Version[] = "3.267 [%G%]";