# HG changeset patch # User kaf24@firebug.cl.cam.ac.uk # Date 1129105792 -3600 # Node ID 0fd84f16810364e0963106e16dd0d5ee6c17ed69 # Parent 456b91c81427d58e03d381afbe3dc8ad3a833854 Error print on err path. Signed-off-by: srparish@us.ibm.com diff -r 456b91c81427 -r 0fd84f168103 tools/libxc/xc_linux_build.c --- a/tools/libxc/xc_linux_build.c Wed Oct 12 09:28:12 2005 +0100 +++ b/tools/libxc/xc_linux_build.c Wed Oct 12 09:29:52 2005 +0100 @@ -502,7 +502,7 @@ static int setup_guest(int xc_handle, if ( (v_end - dsi.v_start) > (nr_pages * PAGE_SIZE) ) { - printf("Initial guest OS requires too much space\n" + PERROR("Initial guest OS requires too much space\n" "(%luMB is greater than %luMB limit)\n", (v_end-dsi.v_start)>>20, (nr_pages<>20); goto error_out;