more verbose error if mailer not found

This commit is contained in:
Todd C. Miller
1994-02-09 03:02:57 +00:00
parent 2062d2e45f
commit 828bb5cec9

View File

@@ -270,7 +270,7 @@ static void send_mail()
be_root();
if ((mailer = find_path(mailer)) == NULL) {
(void) fprintf(stderr, "%s not found\n", mailer);
(void) fprintf(stderr, "%s: mailer (%s) not found\n", Argv[0], mailer);
exit(1);
}