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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=190871

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;