fix typo in syslog call
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 23 Feb 1994 06:55:09 +0000 (22:55 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 23 Feb 1994 06:55:09 +0000 (22:55 -0800)
SCCS-vsn: usr.sbin/sendmail/src/recipient.c 8.43

usr/src/usr.sbin/sendmail/src/recipient.c

index 19b76cd..c0b608c 100644 (file)
@@ -7,7 +7,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)recipient.c        8.42 (Berkeley) %G%";
+static char sccsid[] = "@(#)recipient.c        8.43 (Berkeley) %G%";
 #endif /* not lint */
 
 # include "sendmail.h"
 #endif /* not lint */
 
 # include "sendmail.h"
@@ -356,7 +356,7 @@ recipient(a, sendq, e)
                        {
 #ifdef LOG
                                if (LogLevel > 2)
                        {
 #ifdef LOG
                                if (LogLevel > 2)
-                                       syslog(LOG_ERR, "%s: include %s: transient error: %e",
+                                       syslog(LOG_ERR, "%s: include %s: transient error: %s",
                                                e->e_id, a->q_user, errstring(ret));
 #endif
                                a->q_flags |= QQUEUEUP;
                                                e->e_id, a->q_user, errstring(ret));
 #endif
                                a->q_flags |= QQUEUEUP;