summaryrefslogtreecommitdiff
path: root/if_mach.c
diff options
context:
space:
mode:
Diffstat (limited to 'if_mach.c')
-rw-r--r--if_mach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/if_mach.c b/if_mach.c
index fd6009e1..3dcccf21 100644
--- a/if_mach.c
+++ b/if_mach.c
@@ -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");