From: Todd C. Miller Date: Wed, 9 Feb 1994 03:02:57 +0000 (+0000) Subject: more verbose error if mailer not found X-Git-Tag: SUDO_1_3_0~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=828bb5cec9a358cecc1c1e5eb1686104df90b260;p=sudo more verbose error if mailer not found --- diff --git a/logging.c b/logging.c index e587e246e..9637b74c1 100644 --- a/logging.c +++ b/logging.c @@ -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); }