Compare commits

..

No commits in common. "71071e2283faca8f66ba47fc62a2afa18a7db17d" and "a0eb69d689c6d915c8d892ff5759817381eab379" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -10,6 +10,6 @@ public class SysLogAppenderTcpAndUdp extends SyslogAppender {
@Override @Override
public SyslogOutputStream createOutputStream() throws SocketException, UnknownHostException { public SyslogOutputStream createOutputStream() throws SocketException, UnknownHostException {
return new SyslogOutputStream(getSyslogHost(), getPort()); return new SyslogOutputStreamTcpAndUdp(getSyslogHost(), getPort());
} }
} }