From: Cedric Bosdonnat <cbosdon...@suse.com> Use LOG*D logging functions where possible instead of the LOG* ones.
Signed-off-by: Cédric Bosdonnat <cbosdon...@suse.com> Acked-by: Wei Liu <wei.l...@citrix.com> --- 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 f0e438e..682275c 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.10.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xen-devel