[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH for-4.6 v2 2/8] xl: lockdir should be lockfile in error message
Signed-off-by: Wei Liu <wei.liu2@xxxxxxxxxx> --- tools/libxl/xl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxl/xl.c b/tools/libxl/xl.c index f014306..5316ad9 100644 --- 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 lockdir\n"); + fprintf(stderr, "failed to allocate lockfile\n"); exit(1); } -- 2.1.4 _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |