projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ac8aae
)
xl: console connection: Print errno value from exec
author
Ian Jackson
<ian.jackson@eu.citrix.com>
Wed, 19 Mar 2014 14:24:22 +0000
(14:24 +0000)
committer
Ian Jackson
<Ian.Jackson@eu.citrix.com>
Fri, 21 Mar 2014 14:35:52 +0000
(14:35 +0000)
Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
tools/libxl/xl_cmdimpl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl_cmdimpl.c
b/tools/libxl/xl_cmdimpl.c
index 27b6f405a2027985cae720d2325d3a6b67005388..8389468a5d1ab5dd86fe1d804c2cd54bbaf1a869 100644
(file)
--- a/
tools/libxl/xl_cmdimpl.c
+++ b/
tools/libxl/xl_cmdimpl.c
@@
-1997,7
+1997,7
@@
static void autoconnect_console(libxl_ctx *ctx_ignored,
sleep(1);
libxl_primary_console_exec(ctx, bldomid);
/* Do not return. xl continued in child process */
-
fprintf(stderr, "Unable to attach console\n
");
+
perror("xl: unable to exec console client
");
_exit(1);
}