Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Apr 2018 17:00:36 +0000 (UTC)
From:      Benno Rice <benno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r332438 - head/usr.bin/etdump
Message-ID:  <201804121700.w3CH0aDk024976@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: benno
Date: Thu Apr 12 17:00:36 2018
New Revision: 332438
URL: https://svnweb.freebsd.org/changeset/base/332438

Log:
  Remove a debugging printf that crept in.
  
  Sponsored by:	iXsystems, Inc.

Modified:
  head/usr.bin/etdump/etdump.c

Modified: head/usr.bin/etdump/etdump.c
==============================================================================
--- head/usr.bin/etdump/etdump.c	Thu Apr 12 15:50:19 2018	(r332437)
+++ head/usr.bin/etdump/etdump.c	Thu Apr 12 17:00:36 2018	(r332438)
@@ -257,7 +257,6 @@ main(int argc, char **argv)
 	argv += optind;
 
 	for (i = 0; i < argc; i++) {
-		printf("%d %s\n", optind, argv[i]);
 		if (strcmp(argv[i], "-") == 0) {
 			iso = stdin;
 		} else {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804121700.w3CH0aDk024976>