mirror of
https://github.com/topjohnwu/ndk-busybox.git
synced 2024-11-25 04:39:48 +00:00
Add missing " " after the word on, as reported by Jason Luther
back in mid-december. -Erik
This commit is contained in:
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
Block a user