]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
small docs update, fixed DLOG in more files, improve bindbackend logging
authorBert Hubert <bert.hubert@netherlabs.nl>
Sat, 1 Mar 2008 22:06:16 +0000 (22:06 +0000)
committerBert Hubert <bert.hubert@netherlabs.nl>
Sat, 1 Mar 2008 22:06:16 +0000 (22:06 +0000)
git-svn-id: svn://svn.powerdns.com/pdns/trunk/pdns@1145 d19b8d6e-7fed-0310-83ef-9ca221ded41b

pdns/backends/bind/bindbackend2.cc
pdns/docs/pdns.sgml
pdns/logger.hh

index 380d237dbf253bb84b8c17672d539358b9f5ad87..866f967cdc082faff0c718bb730304b6c9ca03da 100644 (file)
@@ -840,8 +840,8 @@ bool Bind2Backend::handle::get(DNSResourceRecord &r)
 
 bool Bind2Backend::handle::get_normal(DNSResourceRecord &r)
 {
-  DLOG(L << "Bind2Backend get() was called for "<<qtype.getName() << " record  for "<<
-       qname<<"- "<<d_records->size()<<" available!"<<endl);
+  DLOG(L << "Bind2Backend get() was called for "<<qtype.getName() << " record for '"<<
+       qname<<"' - "<<d_records->size()<<" available in total!"<<endl);
   
   if(d_iter==d_end_iter) {
     return false;
index 1a6f1c07965160804c7ae38c4f81ff38b22db291..0d0fede61d79f2b95fd71abf5d30b80bd6d1f1b5 100644 (file)
@@ -6289,7 +6289,7 @@ name         IN            A        1.2.3.4
   </Chapter>
 
   <Chapter id="configuring-db-connection">
-    <title>Configuring basic database connectivity</title>
+    <title>Basic setup: configuring database connectivity</title>
     <para>
       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.
index a22ff15bd8f8298d3aa313b30178f95e00c3c212..3ce8f222d460e4133ad55d8b9e1ad3c5678d16a3 100644 (file)
@@ -24,7 +24,7 @@
 #include <ctime>
 #include <iostream>
 #include <sstream>
-
+#include "config.h"
 #ifndef WIN32
 # include <syslog.h>
 #include <pthread.h>