Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/cron/dist Remove debugging log statement



details:   https://anonhg.NetBSD.org/src/rev/355cb2540b23
branches:  trunk
changeset: 826763:355cb2540b23
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Sep 28 02:32:51 2017 +0000

description:
Remove debugging log statement

diffstat:

 external/bsd/cron/dist/do_command.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r c71a4cff67dd -r 355cb2540b23 external/bsd/cron/dist/do_command.c
--- a/external/bsd/cron/dist/do_command.c       Wed Sep 27 22:31:53 2017 +0000
+++ b/external/bsd/cron/dist/do_command.c       Thu Sep 28 02:32:51 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: do_command.c,v 1.10 2017/09/25 08:30:46 christos Exp $ */
+/*     $NetBSD: do_command.c,v 1.11 2017/09/28 02:32:51 christos Exp $ */
 
 /* Copyright 1988,1990,1993,1994 by Paul Vixie
  * All rights reserved
@@ -25,7 +25,7 @@
 #if 0
 static char rcsid[] = "Id: do_command.c,v 1.9 2004/01/23 18:56:42 vixie Exp";
 #else
-__RCSID("$NetBSD: do_command.c,v 1.10 2017/09/25 08:30:46 christos Exp $");
+__RCSID("$NetBSD: do_command.c,v 1.11 2017/09/28 02:32:51 christos Exp $");
 #endif
 #endif
 
@@ -208,7 +208,6 @@
                        retval = ERROR_EXIT;
                        goto out;
                }
-               log_itx(usernm, getpid(), "MAIL", "opened pipe `%s'", mailcmd);
                (void)fprintf(mail, "From: root (Cron Daemon)\n");
                (void)fprintf(mail, "To: %s\n", mailto);
                (void)fprintf(mail, "Subject: Cron <%s@%s> %s\n",



Home | Main Index | Thread Index | Old Index