diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-29 10:26:07 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2007-06-29 10:26:07 +0000 |
commit | ffb2d8b0836b6b97f94ee8853b5f54c55057d90e (patch) | |
tree | 1a9885ef0e6b200360aaf0cd7d81e5594e92b10d /linux | |
parent | 4ee39b3d6624418279c8dc5d63fb1a44cb5cbe40 (diff) | |
download | rsyslog-ffb2d8b0836b6b97f94ee8853b5f54c55057d90e.tar.gz rsyslog-ffb2d8b0836b6b97f94ee8853b5f54c55057d90e.tar.xz rsyslog-ffb2d8b0836b6b97f94ee8853b5f54c55057d90e.zip |
done integrating Peter's IPv6 TCP patch
Diffstat (limited to 'linux')
-rw-r--r-- | linux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/Makefile b/linux/Makefile index f4435725..5bd22e06 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -47,7 +47,7 @@ FEATURE_PTHREADS=1 FEATURE_KLOGD=1 # Enable debug mode (much slower code) -FEATURE_DEBUG=1 +FEATURE_DEBUG=0 # The following defines tell us where liblogging is located. This # is only needed if we build with RFC 3195 support. By default, |