[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 1/9] xenstore: don't print an error when gntdev cannot be opened
On Wed, 2012-07-11 at 11:23 +0100, Roger Pau Monne wrote: > NetBSD doesn't have a gntdev, but we should not print an error when > falling back to the previous implementation. > > Signed-off-by: Roger Pau Monne <roger.pau@xxxxxxxxxx> Seems reasonable. Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> > --- > tools/libxc/xc_private.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/tools/libxc/xc_private.c b/tools/libxc/xc_private.c > index 3ceed3e..3e03a91 100644 > --- a/tools/libxc/xc_private.c > +++ b/tools/libxc/xc_private.c > @@ -174,7 +174,7 @@ static struct xc_interface_core > *xc_interface_open_common(xentoollog_logger *log > xch->ops = xch->osdep.init(xch, type); > if ( xch->ops == NULL ) > { > - ERROR("OSDEP: interface %d (%s) not supported on this platform", > + DPRINTF("OSDEP: interface %d (%s) not supported on this > platform", > type, xc_osdep_type_name(type)); > goto err_put_iface; > } _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |