]> xenbits.xensource.com Git - xen.git/commitdiff
libxl/libxl_colo_nic.c: used LOG*D functions
authorCedric Bosdonnat <cbosdonnat@suse.com>
Fri, 2 Dec 2016 15:08:14 +0000 (16:08 +0100)
committerWei Liu <wei.liu2@citrix.com>
Sat, 3 Dec 2016 15:57:33 +0000 (15:57 +0000)
Use LOG*D logging functions where possible instead of the LOG* ones.

Signed-off-by: Cédric Bosdonnat <cbosdonnat@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxl/libxl_colo_nic.c

index 5e0968cfa3bf1fd31d986b2aab365a3af8dd4591..a164e22b996c4efcd6bfe4d3a79341a281e75ef0 100644 (file)
@@ -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;