--- qemu-start/trunk/qemu-start.c 2008/04/09 19:00:11 314 +++ qemu-start/trunk/qemu-start.c 2008/04/09 19:00:45 315 @@ -372,9 +372,6 @@ } newargs[new_arg_count] = NULL; - for (i = 0; newargs[i]; i++) - fprintf(stderr, "%d: %s\n", i, newargs[i]); - execvp(newargs[0], newargs); perror("Execution of qemu failed"); exit(1);