[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-changelog] [xen-unstable] libxl: "Device model is a stubdom" is not an error
# HG changeset patch # User Ian Campbell <ian.campbell@xxxxxxxxxx> # Date 1292005845 0 # Node ID 7228b46eb2b7e1bc6b5d5966cfa15317eb238f1e # Parent 123cefc127820834c8c8223dac015975395fb1dc libxl: "Device model is a stubdom" is not an error Signed-off-by: Ian Campbell <ian.campbell@xxxxxxxxxx> Acked-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> Signed-off-by: Ian Jackson <ian.jackson@xxxxxxxxxxxxx> --- tools/libxl/libxl.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -r 123cefc12782 -r 7228b46eb2b7 tools/libxl/libxl.c --- a/tools/libxl/libxl.c Fri Dec 10 18:29:50 2010 +0000 +++ b/tools/libxl/libxl.c Fri Dec 10 18:30:45 2010 +0000 @@ -910,7 +910,7 @@ static int libxl_destroy_device_model(li ret = ERROR_INVAL; goto out; } - LIBXL__LOG(ctx, LIBXL__LOG_ERROR, "Device model is a stubdom, domid=%d\n", stubdomid); + LIBXL__LOG(ctx, LIBXL__LOG_DEBUG, "Device model is a stubdom, domid=%d\n", stubdomid); ret = libxl_domain_destroy(ctx, stubdomid, 0); if (ret) goto out; _______________________________________________ Xen-changelog mailing list Xen-changelog@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-changelog
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |