Add missing " " after the word on, as reported by Jason Luther

back in mid-december.
 -Erik
This commit is contained in:
Eric Andersen 2002-03-20 09:52:45 +00:00
parent 3ad0bd9563
commit b159146fa6

View File

@ -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);
}
}