BIND 10 trac2977, updated. d406f5702264d689e6c1b7dd6c285b7d5ab06db0 [2977] Use fully qualified namespace for isc::log:: to prevent ambiguity.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Jul 9 19:23:53 UTC 2013
The branch, trac2977 has been updated
via d406f5702264d689e6c1b7dd6c285b7d5ab06db0 (commit)
from a8a6595db650be70a46d4cd78f9cf8202b2c74a1 (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 d406f5702264d689e6c1b7dd6c285b7d5ab06db0
Author: Marcin Siodelski <marcin at isc.org>
Date: Tue Jul 9 21:23:40 2013 +0200
[2977] Use fully qualified namespace for isc::log:: to prevent ambiguity.
-----------------------------------------------------------------------
Summary of changes:
src/bin/d2/tests/dns_client_unittests.cc | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/d2/tests/dns_client_unittests.cc b/src/bin/d2/tests/dns_client_unittests.cc
index 23bde0e..9105ab8 100644
--- a/src/bin/d2/tests/dns_client_unittests.cc
+++ b/src/bin/d2/tests/dns_client_unittests.cc
@@ -84,7 +84,7 @@ public:
corrupt_response_(false),
expect_response_(true),
test_timer_(service_) {
- asiodns::logger.setSeverity(log::INFO);
+ asiodns::logger.setSeverity(isc::log::INFO);
response_.reset(new D2UpdateMessage(D2UpdateMessage::INBOUND));
dns_client_.reset(new DNSClient(response_, this));
@@ -97,7 +97,7 @@ public:
//
// Sets the asiodns logging level back to DEBUG.
virtual ~DNSClientTest() {
- asiodns::logger.setSeverity(log::DEBUG);
+ asiodns::logger.setSeverity(isc::log::DEBUG);
};
// @brief Exchange completion callback.
More information about the bind10-changes
mailing list