[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] xenstore: don't print an error when gntdev cannot be opened
# HG changeset patch # User Roger Pau Monne <roger.pau@xxxxxxxxxx> # Date 1343045384 -3600 # Node ID 8948b4b1084544490b6dff60ea6d4e1b86ce4fa4 # Parent 2b8b5c0d3a174ca13a29c5868a45cefe13379243 xenstore: don't print an error when gntdev cannot be opened 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> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Committed-by: Ian Campbell <ian.campbell@xxxxxxxxxx> --- diff -r 2b8b5c0d3a17 -r 8948b4b10845 tools/libxc/xc_private.c --- a/tools/libxc/xc_private.c Mon Jul 23 13:09:43 2012 +0100 +++ b/tools/libxc/xc_private.c Mon Jul 23 13:09:44 2012 +0100 @@ -174,7 +174,7 @@ static struct xc_interface_core *xc_inte 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-changelog mailing list Xen-changelog@xxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |