From b722e46c8bbd9ab22fe24327edb5b2a7aec3a27f Mon Sep 17 00:00:00 2001 From: Cedric Bosdonnat Date: Fri, 2 Dec 2016 16:08:13 +0100 Subject: [PATCH] libxl/libxl_colo.h: 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.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_colo.h b/tools/libxl/libxl_colo.h index f0e438eccb..682275cf65 100644 --- a/tools/libxl/libxl_colo.h +++ b/tools/libxl/libxl_colo.h @@ -27,7 +27,7 @@ \ pid = libxl__ev_child_fork(gc, child, callback); \ if (pid == -1) { \ - LOG(ERROR, "unable to fork"); \ + LOGD(ERROR, ao->domid, "unable to fork"); \ goto out; \ } \ \ -- 2.30.2