]> diplodocus.org Git - nmh/blobdiff - sbr/mts.c
Display the command when reporting timing.
[nmh] / sbr / mts.c
index f6180b03b98f7705c387bb39250f29a8ab3d16ac..4a056755d5b7f130757be0a8a44ab8049615e9a1 100644 (file)
--- a/sbr/mts.c
+++ b/sbr/mts.c
@@ -117,7 +117,7 @@ save_mts_method (const char *value) {
         mts_method = "sendmail/pipe";
         sm_mts = MTS_SENDMAIL_PIPE;
     } else {
-        adios (NULL, "unsupported mts selection \"%s\"", value);
+        die("unsupported mts selection \"%s\"", value);
     }
 }