aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysklogd/syslogd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysklogd/syslogd.c b/sysklogd/syslogd.c
index 6db017cd4..ae5a1d0ba 100644
--- a/sysklogd/syslogd.c
+++ b/sysklogd/syslogd.c
@@ -362,7 +362,7 @@ static const int IOV_COUNT = 2;
362 v->iov_len = strlen(msg); 362 v->iov_len = strlen(msg);
363 363
364 if ( -1 == writev(remotefd,iov, IOV_COUNT)){ 364 if ( -1 == writev(remotefd,iov, IOV_COUNT)){
365 error_msg_and_die("syslogd: cannot write to remote file handle on" 365 error_msg_and_die("syslogd: cannot write to remote file handle on "
366 "%s:%d",RemoteHost,RemotePort); 366 "%s:%d",RemoteHost,RemotePort);
367 } 367 }
368 } 368 }