Signed-off-by: Andrew Cooper <andrew.coop...@citrix.com> CC: Ian Campbell <ian.campb...@citrix.com> CC: Ian Jackson <ian.jack...@eu.citrix.com> CC: Wei Liu <wei.l...@citrix.com>
--- This is rather quicker than using strace to find out that I had forgotten to ./configure --prefix=/usr --- tools/libxc/xg_private.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/libxc/xg_private.c b/tools/libxc/xg_private.c index c52cb44..507b205 100644 --- a/tools/libxc/xg_private.c +++ b/tools/libxc/xg_private.c @@ -37,7 +37,7 @@ char *xc_read_image(xc_interface *xch, if ( (kernel_fd = open(filename, O_RDONLY)) < 0 ) { - PERROR("Could not open kernel image"); + PERROR("Could not open kernel image '%s'", filename); goto out; } -- 1.7.10.4 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel