6639047 failure to read feature details from xenstore should be silent
authorMark Johnson <Mark.Johnson@Sun.COM>
Wed, 17 Jun 2009 13:10:47 -0700
changeset 9893 589b92d8d72b
parent 9892 59a0cc07a7b3
child 9894 42b0c48b08a4
6639047 failure to read feature details from xenstore should be silent
usr/src/uts/common/xen/io/xdf.c
--- a/usr/src/uts/common/xen/io/xdf.c	Wed Jun 17 12:21:28 2009 -0700
+++ b/usr/src/uts/common/xen/io/xdf.c	Wed Jun 17 13:10:47 2009 -0700
@@ -1783,7 +1783,7 @@
 
 	/* Determine if feature barrier is supported by backend */
 	if (!(vdp->xdf_feature_barrier = xenbus_exists(oename, XBP_FB)))
-		cmn_err(CE_NOTE, "xdf@%s: failed to read feature-barrier",
+		cmn_err(CE_NOTE, "!xdf@%s: feature-barrier not supported",
 		    vdp->xdf_addr);
 
 	/*