Fix appendfile.c errmsg output that broke with d291c7
[exim.git] / src / src / transports / appendfile.c
index 76816f41cea1956922b0aad2a1173ca462a53b8b..9210ca8de6cafd9f6121fb8a844acc7db041a6ff 100644 (file)
@@ -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;
       }
     }