[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH v2 08/35] libxl/libxl_colo_nic.c: used LOG*D functions
From: Cedric Bosdonnat <cbosdonnat@xxxxxxxx> Use LOG*D logging functions where possible instead of the LOG* ones. Signed-off-by: Cédric Bosdonnat <cbosdonnat@xxxxxxxx> --- tools/libxl/libxl_colo_nic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/libxl_colo_nic.c b/tools/libxl/libxl_colo_nic.c index 5e0968c..a164e22 100644 --- a/tools/libxl/libxl_colo_nic.c +++ b/tools/libxl/libxl_colo_nic.c @@ -213,7 +213,7 @@ static void colo_save_setup_script_cb(libxl__egc *egc, goto out; if (hotplug_error) { - LOG(ERROR, "colo_proxy script %s setup failed for vif %s: %s", + LOGD(ERROR, domid, "colo_proxy script %s setup failed for vif %s: %s", aes->args[0], vif, hotplug_error); rc = ERROR_FAIL; 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 |