projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e712ea8
)
libxl/libxl_colo_qdisk.c: used LOG*D functions
author
Cedric Bosdonnat
<cbosdonnat@suse.com>
Fri, 2 Dec 2016 15:08:16 +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_qdisk.c
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl_colo_qdisk.c
b/tools/libxl/libxl_colo_qdisk.c
index d271d1fa02fdb02fd97e4a8f61d959fa77d6bfc9..303b96edbdc4c1c382d08448d11cb2b8c57b206a 100644
(file)
--- a/
tools/libxl/libxl_colo_qdisk.c
+++ b/
tools/libxl/libxl_colo_qdisk.c
@@
-84,7
+84,7
@@
static void colo_qdisk_setup(libxl__egc *egc, libxl__checkpoint_device *dev,
crs->port = port;
} else {
if (strcmp(crs->host, host) || strcmp(crs->port, port)) {
- LOG
(ERROR
, "The host and port of all disks must be the same");
+ LOG
D(ERROR, domid
, "The host and port of all disks must be the same");
rc = ERROR_FAIL;
goto out;
}