From: Heiko Schlittermann (HS12-RIPE) Date: Tue, 27 Jun 2017 15:35:20 +0000 (+0200) Subject: Fix appendfile.c errmsg output that broke with d291c7 X-Git-Tag: exim-4_90_RC1~128 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/1ad15bb038369d6dad7cfbe77b17a740ade2fd1b Fix appendfile.c errmsg output that broke with d291c7 --- diff --git a/src/src/transports/appendfile.c b/src/src/transports/appendfile.c index 76816f41c..9210ca8de 100644 --- a/src/src/transports/appendfile.c +++ b/src/src/transports/appendfile.c @@ -339,7 +339,7 @@ for (i = 0; i < 5; i++) if (*rest != 0) { *errmsg = string_sprintf("Malformed value \"%s\" (expansion of \"%s\") " - "in %s transport [%s]", s, q, tblock->name); + "in %s transport", s, q, tblock->name); return FAIL; } }