xl: lockdir should be lockfile in error message
authorWei Liu <wei.liu2@citrix.com>
Mon, 27 Jul 2015 17:45:03 +0000 (18:45 +0100)
committerIan 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

index f0143063eeba96a725fe8ec10946b9b7cd62a2c8..5316ad9241b29645f90cc18bffe6811617950efa 100644 (file)
@@ -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);
     }