From b25c9675b31bf159f8fcfae41e1f6fb3fe292fd7 Mon Sep 17 00:00:00 2001 From: "Heiko Schlittermann (HS12-RIPE)" Date: Thu, 7 Apr 2016 09:05:06 +0200 Subject: [PATCH] Log: -bV should send all output to stderr/stdout --- src/src/exim.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/src/exim.c b/src/src/exim.c index 487ac1a10..c89fe03b1 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -2225,6 +2225,7 @@ for (i = 1; i < argc; i++) printf("%s\n", CS version_copyright); version_printed = TRUE; show_whats_supported(stdout); + log_testing_mode = TRUE; } /* -bw: inetd wait mode, accept a listening socket as stdin */ -- 2.30.2