diff options
-rw-r--r-- | src/src/transports/appendfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } } |