BIND 10 trac499, updated. be701769ab3ba884c550d22455ba09af3b725a07 [trac499] Remove last dummy log call from io_fetch.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Feb 28 18:09:16 UTC 2011
The branch, trac499 has been updated
via be701769ab3ba884c550d22455ba09af3b725a07 (commit)
from f4b20fc54b74d03279245942900806a5e7b57d39 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit be701769ab3ba884c550d22455ba09af3b725a07
Author: Stephen Morris <stephen at isc.org>
Date: Mon Feb 28 18:08:27 2011 +0000
[trac499] Remove last dummy log call from io_fetch.cc
-----------------------------------------------------------------------
Summary of changes:
src/lib/asiolink/io_fetch.cc | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/asiolink/io_fetch.cc b/src/lib/asiolink/io_fetch.cc
index faff645..2992243 100644
--- a/src/lib/asiolink/io_fetch.cc
+++ b/src/lib/asiolink/io_fetch.cc
@@ -27,7 +27,6 @@
#include <dns/messagerenderer.h>
#include <dns/opcode.h>
#include <dns/rcode.h>
-#include <log/dummylog.h>
#include <log/logger.h>
#include <asio.hpp>
@@ -177,9 +176,6 @@ IOFetch::operator()(asio::error_code ec, size_t length) {
// As this is a new fetch, clear the amount of data received
data_->cumulative = 0;
-
- dlog("Sending " + msg.toText() + " to " +
- data_->remote->getAddress().toText());
}
// If we timeout, we stop, which will can cancel outstanding I/Os and
More information about the bind10-changes
mailing list