BIND 10 master, updated. 6fb5dd6bf0e9fcb0d00eb3f659b5b9c45340bb37 [master] removed a debug print from the message cache
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Feb 24 15:15:39 UTC 2011
The branch, master has been updated
via 6fb5dd6bf0e9fcb0d00eb3f659b5b9c45340bb37 (commit)
from 586df2b37d5f26ac1998d12c86f280b11bf077b7 (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 6fb5dd6bf0e9fcb0d00eb3f659b5b9c45340bb37
Author: Jelte Jansen <jelte at isc.org>
Date: Thu Feb 24 16:14:52 2011 +0100
[master] removed a debug print from the message cache
my bad, i think the review even pointed it out but it still snuck through
-----------------------------------------------------------------------
Summary of changes:
src/lib/cache/message_cache.cc | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/cache/message_cache.cc b/src/lib/cache/message_cache.cc
index 3f2c37a..70e7c67 100644
--- a/src/lib/cache/message_cache.cc
+++ b/src/lib/cache/message_cache.cc
@@ -57,7 +57,6 @@ bool
MessageCache::update(const Message& msg) {
QuestionIterator iter = msg.beginQuestion();
std::string entry_name = genCacheEntryName((*iter)->getName(), (*iter)->getType());
- std::cout << msg.toText();
HashKey entry_key = HashKey(entry_name, RRClass(message_class_));
// The simplest way to update is removing the old message entry directly.
More information about the bind10-changes
mailing list