diff --git a/usr.bin/rpcgen/rpc_main.c b/usr.bin/rpcgen/rpc_main.c index 1176418d3c5..5e2ebf70d27 100644 --- a/usr.bin/rpcgen/rpc_main.c +++ b/usr.bin/rpcgen/rpc_main.c @@ -336,7 +336,7 @@ static void find_cpp() } else { /* try the other one */ CPP = SUNOS_CPP; if (stat(CPP, &buf) < 0) { /* can't find any cpp */ - warnx("cannot find any C preprocessor (cpp)"); + warnx("cannot find C preprocessor: %s", CPP); crash(); } }