projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27d3eb3
)
libxl: typo in error message
author
Christoph Egger
<Christoph.Egger@amd.com>
Tue, 3 Aug 2010 16:41:03 +0000
(17:41 +0100)
committer
Christoph Egger
<Christoph.Egger@amd.com>
Tue, 3 Aug 2010 16:41:03 +0000
(17:41 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
tools/libxl/libxl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/libxl.c
b/tools/libxl/libxl.c
index 02faa0b82c50377c963b15f855757e76d308bdc7..0a2dbf89e938ad170f4874bd4997136b3b4c5675 100644
(file)
--- a/
tools/libxl/libxl.c
+++ b/
tools/libxl/libxl.c
@@
-1473,7
+1473,7
@@
int libxl_device_disk_add(libxl_ctx *ctx, uint32_t domid, libxl_device_disk *dis
backend_type = device_disk_backend_type_of_phystype(disk->phystype);
devid = device_disk_dev_number(disk->virtpath);
if (devid==-1) {
- XL_LOG(ctx, XL_LOG_ERROR, "Invalid or un
us
pported"
+ XL_LOG(ctx, XL_LOG_ERROR, "Invalid or un
su
pported"
" virtual disk identifier %s", disk->virtpath);
return ERROR_INVAL;
}