Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Dec 2005 20:43:45 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 88900 for review
Message-ID:  <200512292043.jBTKhjah074999@repoman.freebsd.org>

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

Change 88900 by jhb@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);
 }
 



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