mirror of https://github.com/mirror/busybox.git
Add missing " " after the word on, as reported by Jason Luther
back in mid-december. -Erik1_00_stable_10817
parent
3ad0bd9563
commit
b159146fa6
|
@ -362,7 +362,7 @@ static const int IOV_COUNT = 2;
|
|||
v->iov_len = strlen(msg);
|
||||
|
||||
if ( -1 == writev(remotefd,iov, IOV_COUNT)){
|
||||
error_msg_and_die("syslogd: cannot write to remote file handle on"
|
||||
error_msg_and_die("syslogd: cannot write to remote file handle on "
|
||||
"%s:%d",RemoteHost,RemotePort);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue