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;
</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.
#include <ctime>
#include <iostream>
#include <sstream>
-
+#include "config.h"
#ifndef WIN32
# include <syslog.h>
#include <pthread.h>