aboutsummaryrefslogtreecommitdiffstats
path: root/transact.c
diff options
context:
space:
mode:
Diffstat (limited to 'transact.c')
-rw-r--r--transact.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/transact.c b/transact.c
index 86719766..d66d2758 100644
--- a/transact.c
+++ b/transact.c
@@ -1264,7 +1264,8 @@ int readheaders(int sock,
release_sink(ctl);
return(PS_IOERR);
}
- else if ((run.poll_interval == 0 || nodetach) && outlevel >= O_VERBOSE && !is_a_file(1) && !run.use_syslog)
+
+ if ((run.poll_interval == 0 || nodetach) && outlevel >= O_VERBOSE && !is_a_file(1) && !run.use_syslog)
fputc('#', stdout);
/* write error notifications */