From a9d2a282880c0971f406201cd3cc8a98ea07df2a Mon Sep 17 00:00:00 2001 From: Cedric Bosdonnat Date: Fri, 2 Dec 2016 16:08:16 +0100 Subject: [PATCH] libxl/libxl_colo_qdisk.c: used LOG*D functions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Use LOG*D logging functions where possible instead of the LOG* ones. Signed-off-by: Cédric Bosdonnat Acked-by: Wei Liu --- tools/libxl/libxl_colo_qdisk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_colo_qdisk.c b/tools/libxl/libxl_colo_qdisk.c index d271d1fa02..303b96edbd 100644 --- a/tools/libxl/libxl_colo_qdisk.c +++ b/tools/libxl/libxl_colo_qdisk.c @@ -84,7 +84,7 @@ static void colo_qdisk_setup(libxl__egc *egc, libxl__checkpoint_device *dev, crs->port = port; } else { if (strcmp(crs->host, host) || strcmp(crs->port, port)) { - LOG(ERROR, "The host and port of all disks must be the same"); + LOGD(ERROR, domid, "The host and port of all disks must be the same"); rc = ERROR_FAIL; goto out; } -- 2.39.5