projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c15bcbb
)
xl: lockdir should be lockfile in error message
author
Wei Liu
<wei.liu2@citrix.com>
Mon, 27 Jul 2015 17:45:03 +0000
(18:45 +0100)
committer
Ian Campbell
<ian.campbell@citrix.com>
Tue, 28 Jul 2015 10:53:19 +0000
(11:53 +0100)
Signed-off-by: Wei Liu <wei.liu2@citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/xl.c
patch
|
blob
|
history
diff --git
a/tools/libxl/xl.c
b/tools/libxl/xl.c
index f0143063eeba96a725fe8ec10946b9b7cd62a2c8..5316ad9241b29645f90cc18bffe6811617950efa 100644
(file)
--- a/
tools/libxl/xl.c
+++ b/
tools/libxl/xl.c
@@
-118,7
+118,7
@@
static void parse_global_config(const char *configfile,
}
if (!lockfile) {
- fprintf(stderr, "failed to allocate lock
dir
\n");
+ fprintf(stderr, "failed to allocate lock
file
\n");
exit(1);
}