PERFORCE change 88900 for review

John Baldwin jhb at FreeBSD.org
Thu Dec 29 12:43:47 PST 2005


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

Change 88900 by jhb at jhb_slimer on 2005/12/29 20:42:54

	Missing a \n in that printf.

Affected files ...

.. //depot/projects/smpng/sys/kern/subr_witness.c#146 edit

Differences ...

==== //depot/projects/smpng/sys/kern/subr_witness.c#146 (text+ko) ====

@@ -1437,7 +1437,8 @@
 	 * mutexes are insufficient.
 	 */
 	if ((lock_class->lc_flags & LC_SPINLOCK) && witness_spin_warn)
-		printf("WITNESS: spin lock %s not in order list", description);
+		printf("WITNESS: spin lock %s not in order list\n",
+		    description);
 	return (w);
 }
 


More information about the p4-projects mailing list