projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b722e46
)
libxl/libxl_colo_nic.c: used LOG*D functions
author
Cedric Bosdonnat
<cbosdonnat@suse.com>
Fri, 2 Dec 2016 15:08:14 +0000
(16:08 +0100)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_colo_nic.c
b/tools/libxl/libxl_colo_nic.c
index 5e0968cfa3bf1fd31d986b2aab365a3af8dd4591..a164e22b996c4efcd6bfe4d3a79341a281e75ef0 100644
(file)
--- 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",
+ LOG
D(ERROR, domid
, "colo_proxy script %s setup failed for vif %s: %s",
aes->args[0], vif, hotplug_error);
rc = ERROR_FAIL;
goto out;