about summary refs log tree commit diff
path: root/redo.c
diff options
context:
space:
mode:
Diffstat (limited to 'redo.c')
-rw-r--r--redo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo.c b/redo.c
index 4afb05c..5c77fa7 100644
--- a/redo.c
+++ b/redo.c
@@ -499,7 +499,7 @@ run_script(char *target, int implicit)
 	dprintf(dep_fd, "=%s %s\n", hashfile(fd), dofile);
 	close(fd);
 	
-	printf("redo%*.*s %s # %s\n", level*2, level*2, " ", orig_target, dofile);
+	fprintf(stderr, "redo%*.*s %s # %s\n", level*2, level*2, " ", orig_target, dofile);
 
 	pid = fork();
 	if (pid < 0) {