PERFORCE change 95573 for review

John Birrell jb at FreeBSD.org
Wed Apr 19 02:22:14 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=95573

Change 95573 by jb at 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':


More information about the p4-projects mailing list