PERFORCE change 96528 for review

John Birrell jb at FreeBSD.org
Mon May 1 23:35:43 UTC 2006


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

Change 96528 by jb at jb_freebsd2 on 2006/05/01 23:35:17

	Remove a debug printf.

Affected files ...

.. //depot/projects/dtrace/src/sys/cddl/dev/systrace/systrace.c#2 edit

Differences ...

==== //depot/projects/dtrace/src/sys/cddl/dev/systrace/systrace.c#2 (text+ko) ====

@@ -123,7 +123,6 @@
 {
 	int		n_args	= 0;
 	u_int64_t	uargs[8];
-printf("sysnum %d sysent %p -> %s\n",sysnum,sysent,syscallnames[sysnum]);
 
 	/* Is this a return syscall? */
 	if (sysent == NULL) {


More information about the p4-projects mailing list