aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index ed1d2dd..a953fa6 100644
--- a/main.go
+++ b/main.go
@@ -146,7 +146,7 @@ func workReceiver(ctx context.Context, opts options.Options, answerCh chan qna.A
for {
select {
case <-ctx.Done():
- log.Printf("INFO: about to exit, reading remaining answers\n")
+ log.Printf("INFO: about to exit in at most %v, reading remaining answers\n", 2*opts.Timeout+time.Second)
for {
select {
case a := <-answerCh: