Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Apr 2006 02:22:13 GMT
From:      John Birrell <jb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 95573 for review
Message-ID:  <200604190222.k3J2MDNn070950@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=95573

Change 95573 by jb@jb_freebsd2 on 2006/04/19 02:21:51

	Remove a printf. We're processing that argument now. Barfing on, but
	at least we get up to the point where we know what we are barfing on.

Affected files ...

.. //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/dtrace.c#3 edit

Differences ...

==== //depot/projects/dtrace/src/contrib/opensolaris/cmd/dtrace/dtrace.c#3 (text) ====

@@ -1395,7 +1395,6 @@
 				dcp->dc_func = compile_str;
 				dcp->dc_spec = DTRACE_PROBESPEC_NAME;
 				dcp->dc_arg = optarg;
-printf("Compile '%s'\n",dcp->dc_arg);
 				break;
 
 			case 'P':



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