PERFORCE change 100022 for review

John Birrell jb at FreeBSD.org
Mon Jun 26 05:29:17 UTC 2006


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

Change 100022 by jb at jb_freebsd2 on 2006/06/26 05:28:59

	Report output as from 'DTrace'.

Affected files ...

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

Differences ...

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

@@ -27,7 +27,9 @@
 cmn_err(int type __unused, const char *fmt, ...)
 {
 	va_list ap;
+	printf("DTrace ");
 	va_start(ap, fmt);
 	vprintf(fmt, ap);
 	va_end(ap);
+	printf("\n");
 }


More information about the p4-projects mailing list