mirror of
https://github.com/NLnetLabs/unbound.git
synced 2026-09-26 19:54:53 +02:00
can print .bg key.
git-svn-id: file:///svn/unbound/trunk@1824 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
@@ -22871,7 +22871,7 @@ LDFLAGS="$LATE_LDFLAGS $LDFLAGS"
|
||||
|
||||
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define MAXSYSLOGMSGLEN 5120
|
||||
#define MAXSYSLOGMSGLEN 10240
|
||||
_ACEOF
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -619,7 +619,7 @@ fi dnl end of use_ldns_builtin == yes
|
||||
ACX_STRIP_EXT_FLAGS
|
||||
LDFLAGS="$LATE_LDFLAGS $LDFLAGS"
|
||||
|
||||
AC_DEFINE_UNQUOTED([MAXSYSLOGMSGLEN], [5120], [Define to the maximum message length to pass to syslog.])
|
||||
AC_DEFINE_UNQUOTED([MAXSYSLOGMSGLEN], [10240], [Define to the maximum message length to pass to syslog.])
|
||||
|
||||
AH_BOTTOM(
|
||||
dnl this must be first AH_CONFIG, to define the flags before any includes.
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
keep messages bogus in the cache for too long.
|
||||
- regression test for that bug.
|
||||
- documented that load_cache is meant for debugging.
|
||||
- increased MAXSYSLOGLEN so .bg key can be printed in debug output.
|
||||
|
||||
8 September 2009: Wouter
|
||||
- fixup printing errors when load_cache, they were printed to the
|
||||
|
||||
Reference in New Issue
Block a user