[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 07/35] libxl/libxl_colo.h: used LOG*D functions
From: Cédric Bosdonnat <cedric.bosdonnat@xxxxxxx> Use LOG*D logging functions where possible instead of the LOG* ones. Signed-off-by: Cédric Bosdonnat <cbosdonnat@xxxxxxxx> --- 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@xxxxxxxxxxxxx https://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |