Re: [Xen-devel] [PATCH for-4.6 v2 2/8] xl: lockdir should be lockfile in error message

2015-07-28 Thread Ian Campbell
On Mon, 2015-07-27 at 18:45 +0100, Wei Liu wrote:
> Signed-off-by: Wei Liu 

Acked-by: Ian Campbell 


___
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel


[Xen-devel] [PATCH for-4.6 v2 2/8] xl: lockdir should be lockfile in error message

2015-07-27 Thread Wei Liu
Signed-off-by: Wei Liu 
---
 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@lists.xen.org
http://lists.xen.org/xen-devel