From f97809ef44dad7cb553b63ddbe2cfeefda13922c Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 4 Sep 2015 19:02:00 +0200 Subject: Output "redo ..." lines to stderr --- redo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit 1.4.1