svn commit: r216437 - head/sys/xen/xenstore

Justin T. Gibbs gibbs at FreeBSD.org
Tue Dec 14 17:23:50 UTC 2010


Author: gibbs
Date: Tue Dec 14 17:23:49 2010
New Revision: 216437
URL: http://svn.freebsd.org/changeset/base/216437

Log:
  Remove spurious printf left over from debugging our XenStore support.

Modified:
  head/sys/xen/xenstore/xenstore.c

Modified: head/sys/xen/xenstore/xenstore.c
==============================================================================
--- head/sys/xen/xenstore/xenstore.c	Tue Dec 14 15:36:47 2010	(r216436)
+++ head/sys/xen/xenstore/xenstore.c	Tue Dec 14 17:23:49 2010	(r216437)
@@ -1102,7 +1102,6 @@ xs_probe(device_t dev)
 	 * Uncontitionally return success.
 	 */
 	device_set_desc(dev, "XenStore");
-printf("xs_probe: Probe retuns 0\n");
 	return (0);
 }
 


More information about the svn-src-head mailing list