libxl: "Device model is a stubdom" is not an error
authorIan Campbell <ian.campbell@citrix.com>
Fri, 10 Dec 2010 18:30:45 +0000 (18:30 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Fri, 10 Dec 2010 18:30:45 +0000 (18:30 +0000)
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/libxl/libxl.c

index 33e5a2a95dbbdd0b802f4fa1c0e54e2cf3a07bb3..7f27dac26138c379308d0caf1d075830f09087bb 100644 (file)
@@ -910,7 +910,7 @@ static int libxl_destroy_device_model(libxl_ctx *ctx, uint32_t domid)
             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;