put queueup log messages on a higher logging level
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 25 Aug 1982 10:56:05 +0000 (02:56 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Wed, 25 Aug 1982 10:56:05 +0000 (02:56 -0800)
SCCS-vsn: usr.sbin/sendmail/src/version.c 3.168
SCCS-vsn: usr.sbin/sendmail/src/queue.c 3.37

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

index 6c7ac9d..bad6fa7 100644 (file)
@@ -5,10 +5,10 @@
 # include <errno.h>
 
 # ifndef QUEUE
 # include <errno.h>
 
 # ifndef QUEUE
-SCCSID(@(#)queue.c     3.36            %G%     (no queueing));
+SCCSID(@(#)queue.c     3.37            %G%     (no queueing));
 # else QUEUE
 
 # else QUEUE
 
-SCCSID(@(#)queue.c     3.36            %G%);
+SCCSID(@(#)queue.c     3.37            %G%);
 
 /*
 **  QUEUEUP -- queue a message up for future transmission.
 
 /*
 **  QUEUEUP -- queue a message up for future transmission.
@@ -159,8 +159,8 @@ queueup(e, queueall)
 
 # ifdef LOG
        /* save log info */
 
 # ifdef LOG
        /* save log info */
-       if (LogLevel > 9)
-               syslog(LOG_INFO, "%s queueup: qf=%s, df=%s\n", e->e_id, qf, e->e_df);
+       if (LogLevel > 15)
+               syslog(LOG_DEBUG, "%s: queueup, qf=%s, df=%s\n", e->e_id, qf, e->e_df);
 # endif LOG
 
        /* disconnect this temp file from the job */
 # endif LOG
 
        /* disconnect this temp file from the job */
index 73334be..1949c15 100644 (file)
@@ -1,5 +1,5 @@
 # ifndef lint
 # ifndef lint
-static char    SccsId[] = "@(#)SendMail version 3.167 of %G%";
+static char    SccsId[] = "@(#)SendMail version 3.168 of %G%";
 # endif lint
 
 # endif lint
 
-char   Version[] = "3.167 [%G%]";
+char   Version[] = "3.168 [%G%]";