--- old-xen-build2/tools/libxc/xc_linux_build.c 2005-10-04 19:08:38.000000000 +0000 +++ new-xen-build2/tools/libxc/xc_linux_build.c 2005-10-11 21:09:00.000000000 +0000 @@ -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;