Fix appendfile.c errmsg output that broke with d291c7
[exim.git] / src / src / transports / appendfile.c
index 56200710fca119bba789f6c62efa51f88fd1298c..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;
       }
     }
@@ -1398,7 +1398,7 @@ else
 DEBUG(D_transport)
   {
   debug_printf("appendfile: mode=%o notify_comsat=%d quota=" OFF_T_FMT
-    "%s"
+    "%s%s"
     " warning=" OFF_T_FMT "%s\n"
     "  %s=%s format=%s\n  message_prefix=%s\n  message_suffix=%s\n  "
     "maildir_use_size_file=%s\n",