diff options
Diffstat (limited to 'driver.c')
-rw-r--r-- | driver.c | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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); + } } } |