diff options
Diffstat (limited to 'sunrpc/rpcinfo.c')
-rw-r--r-- | sunrpc/rpcinfo.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sunrpc/rpcinfo.c b/sunrpc/rpcinfo.c index 7adb89332e..07d7a6acb7 100644 --- a/sunrpc/rpcinfo.c +++ b/sunrpc/rpcinfo.c @@ -560,7 +560,8 @@ pmapdump (argc, argv) (xdrproc_t) xdr_pmaplist, (caddr_t) &head, minutetimeout) != RPC_SUCCESS) { - fputs (_("rpcinfo: can't contact portmapper: "), stderr); + fputs (_("rpcinfo: can't contact portmapper"), stderr); + fputs (": ", stderr); clnt_perror (client, "rpcinfo"); exit (1); } |