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);
|
v->iov_len = strlen(msg);
|
||||||
|
|
||||||
if ( -1 == writev(remotefd,iov, IOV_COUNT)){
|
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);
|
"%s:%d",RemoteHost,RemotePort);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user