From: Bert Hubert Date: Sat, 1 Mar 2008 22:06:16 +0000 (+0000) Subject: small docs update, fixed DLOG in more files, improve bindbackend logging X-Git-Tag: rec-3.1.7.1~96 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06748762a937f49e61e1c356b7cbdf15d5e204d3;p=thirdparty%2Fpdns.git small docs update, fixed DLOG in more files, improve bindbackend logging git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1145 d19b8d6e-7fed-0310-83ef-9ca221ded41b --- diff --git a/pdns/backends/bind/bindbackend2.cc b/pdns/backends/bind/bindbackend2.cc index 380d237dbf..866f967cdc 100644 --- a/pdns/backends/bind/bindbackend2.cc +++ b/pdns/backends/bind/bindbackend2.cc @@ -840,8 +840,8 @@ bool Bind2Backend::handle::get(DNSResourceRecord &r) bool Bind2Backend::handle::get_normal(DNSResourceRecord &r) { - DLOG(L << "Bind2Backend get() was called for "<size()<<" available!"<size()<<" available in total!"< - Configuring basic database connectivity + Basic setup: configuring database connectivity This chapter shows you how to configure the Generic MySQL backend, which we like a lot. But feel free to use any of the myriad other backends. diff --git a/pdns/logger.hh b/pdns/logger.hh index a22ff15bd8..3ce8f222d4 100644 --- a/pdns/logger.hh +++ b/pdns/logger.hh @@ -24,7 +24,7 @@ #include #include #include - +#include "config.h" #ifndef WIN32 # include #include