Include a space between "send" and "broadcast".

This commit is contained in:
Ed Maste 2009-04-09 20:57:35 +00:00
parent b7f32062d1
commit 14846f9b49

View File

@ -461,7 +461,7 @@ rpc_broadcast_exp(prog, vers, proc, xargs, argsp, xresults, resultsp,
#ifdef RPC_DEBUG
perror("sendto");
#endif
warnx("clnt_bcast: cannot send"
warnx("clnt_bcast: cannot send "
"broadcast packet");
stat = RPC_CANTSEND;
continue;