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);
}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"