aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index 05d91b73..655bf4d3 100644
--- a/driver.c
+++ b/driver.c
@@ -1214,7 +1214,10 @@ static int readbody(int sock, struct query *ctl, flag forward, int len)
return(PS_IOERR);
}
else if (outlevel >= O_VERBOSE)
- fputc('*', stderr);
+ {
+ fputc('*', stdout);
+ fflush(stdout);
+ }
}
}