=================================================================== RCS file: /home/cvs/OpenXM_contrib2/asir2000/gc/if_mach.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- OpenXM_contrib2/asir2000/gc/if_mach.c 2002/07/24 08:00:09 1.4 +++ OpenXM_contrib2/asir2000/gc/if_mach.c 2003/06/24 05:11:32 1.5 @@ -14,7 +14,7 @@ char ** envp; if (strcmp(MACH_TYPE, argv[1]) != 0) return(0); if (strcmp(OS_TYPE, "") != 0 && strcmp(argv[2], "") != 0 && strcmp(OS_TYPE, argv[2]) != 0) return(0); - printf("^^^^Starting command^^^^\n"); + fprintf(stderr, "^^^^Starting command^^^^\n"); fflush(stdout); execvp(argv[3], argv+3); perror("Couldn't execute");