public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-dns/pdns/files: pdns-3.0-verbose-logging.patch
@ 2012-01-22 20:36 Sven Wegener (swegener)
  0 siblings, 0 replies; only message in thread
From: Sven Wegener (swegener) @ 2012-01-22 20:36 UTC (permalink / raw
  To: gentoo-commits

swegener    12/01/22 20:36:55

  Added:                pdns-3.0-verbose-logging.patch
  Log:
  Fix build with USE="debug", bug #398703.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-dns/pdns/files/pdns-3.0-verbose-logging.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/files/pdns-3.0-verbose-logging.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-dns/pdns/files/pdns-3.0-verbose-logging.patch?rev=1.1&content-type=text/plain

Index: pdns-3.0-verbose-logging.patch
===================================================================
Index: trunk/pdns/pdns/nameserver.cc
===================================================================
--- trunk/pdns/pdns/nameserver.cc	(revision 2230)
+++ trunk/pdns/pdns/nameserver.cc	(revision 2259)
@@ -180,5 +180,5 @@
 {
   const string& buffer=p->getString();
-  DLOG(L<<Logger::Notice<<"Sending a packet to "<< p->remote.toString() <<" ("<< buffer.length()<<" octets)"<<endl);
+  DLOG(L<<Logger::Notice<<"Sending a packet to "<< p->getRemote() <<" ("<< buffer.length()<<" octets)"<<endl);
   if(buffer.length() > p->getMaxReplyLen()) {
     cerr<<"Weird, trying to send a message that needs truncation, "<< buffer.length()<<" > "<<p->getMaxReplyLen()<<endl;






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-01-22 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-22 20:36 [gentoo-commits] gentoo-x86 commit in net-dns/pdns/files: pdns-3.0-verbose-logging.patch Sven Wegener (swegener)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox