From 7ccf79d42dcef1cf21ef915b4af5ab8ee07928bd Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Thu, 10 Sep 2009 13:13:55 +0000 Subject: [PATCH] can print .bg key. git-svn-id: file:///svn/unbound/trunk@1824 be551aaa-1e26-0410-a405-d3ace91eadb9 --- configure | 2 +- configure.ac | 2 +- doc/Changelog | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/configure b/configure index 7379f54a2..02b3a4f6f 100755 --- a/configure +++ b/configure @@ -22871,7 +22871,7 @@ LDFLAGS="$LATE_LDFLAGS $LDFLAGS" cat >>confdefs.h <<_ACEOF -#define MAXSYSLOGMSGLEN 5120 +#define MAXSYSLOGMSGLEN 10240 _ACEOF diff --git a/configure.ac b/configure.ac index f751ab439..5c4ef7b7b 100644 --- a/configure.ac +++ b/configure.ac @@ -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. diff --git a/doc/Changelog b/doc/Changelog index 5ad37622d..9625ee794 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -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 -- 2.47.3