Message ID | 20161117173617.6697-11-cbosdonnat@suse.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tools/libxl/libxl_colo_qdisk.c b/tools/libxl/libxl_colo_qdisk.c index d271d1f..303b96e 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; }