Fix appendfile.c errmsg output that broke with d291c7
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Tue, 27 Jun 2017 15:35:20 +0000 (17:35 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Tue, 27 Jun 2017 15:35:20 +0000 (17:35 +0200)
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;
       }
     }