From: Cedric Bosdonnat Date: Fri, 2 Dec 2016 15:08:16 +0000 (+0100) Subject: libxl/libxl_colo_qdisk.c: used LOG*D functions X-Git-Tag: archive/raspbian/4.11.1-1+rpi1~1^2~66^2~3322 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a9d2a282880c0971f406201cd3cc8a98ea07df2a;p=xen.git libxl/libxl_colo_qdisk.c: used LOG*D functions Use LOG*D logging functions where possible instead of the LOG* ones. Signed-off-by: Cédric Bosdonnat Acked-by: Wei Liu --- 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; }