aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/transact.c b/transact.c
index e6020821..53b80ab8 100644
--- a/transact.c
+++ b/transact.c
@@ -568,7 +568,7 @@ int readheaders(int sock,
sizeticker += linelen;
while (sizeticker >= SIZETICKER)
{
- if (outlevel > O_SILENT && run.showdots)
+ if (outlevel > O_SILENT && run.showdots && !run.use_syslog)
{
fputc('.', stdout);
fflush(stdout);
@@ -1354,7 +1354,7 @@ int readbody(int sock, struct query *ctl, flag forward, int len)
sizeticker += linelen;
while (sizeticker >= SIZETICKER)
{
- if (outlevel > O_SILENT && run.showdots)
+ if (outlevel > O_SILENT && run.showdots && !run.use_syslog)
{
fputc('.', stdout);
fflush(stdout);