[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCh]: It is not an error when reporting "Device model is a stubdom"
Hi, It is not an error message: "Device model is a stubdom". Do not make users confused. Signed-off-by: Jun Zhu<Jun.Zhu@xxxxxxxxxx> diff -r b7ad10f442fa tools/libxl/libxl.c --- a/tools/libxl/libxl.c Sun Sep 26 20:21:34 2010 +0100 +++ b/tools/libxl/libxl.c Sun Sep 26 20:24:13 2010 +0100 @@ -913,7 +913,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_INFO, "Device model is a stubdom, domid=%d\n", stubdomid); ret = libxl_domain_destroy(ctx, stubdomid, 0); if (ret) goto out; Jun Zhu Citrix Systems UK _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |