X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/353379e5a18ec6707750639e19156bbac1c8d8ce..39a9d9d85d0f2289d8c1257251311b7cf959c700:/uip/whom.c diff --git a/uip/whom.c b/uip/whom.c index 411c4770..d1feb9fe 100644 --- a/uip/whom.c +++ b/uip/whom.c @@ -182,7 +182,8 @@ main (int argc, char **argv) switch (distsw ? child_id : OK) { case NOTOK: - advise (NULL, "unable to fork, so checking directly..."); + inform("unable to fork, so checking directly..."); + /* FALLTHRU */ case OK: execvp (postproc, vec); fprintf (stderr, "unable to exec ");