BIND 10 trac2719, updated. 3132b8b19495470bbfd0f2ba0fe7da443926034b [2719] Adjusted logging level, unnecessary comments removed.
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Feb 12 15:59:05 UTC 2013
The branch, trac2719 has been updated
via 3132b8b19495470bbfd0f2ba0fe7da443926034b (commit)
from b57fc0894581ef07334a8f6c5bd0a6129d5289a1 (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 3132b8b19495470bbfd0f2ba0fe7da443926034b
Author: Tomek Mrugalski <tomasz at isc.org>
Date: Tue Feb 12 16:58:48 2013 +0100
[2719] Adjusted logging level, unnecessary comments removed.
-----------------------------------------------------------------------
Summary of changes:
src/bin/dhcp6/dhcp6_srv.cc | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/dhcp6/dhcp6_srv.cc b/src/bin/dhcp6/dhcp6_srv.cc
index 3a5eec5..c2e743c 100644
--- a/src/bin/dhcp6/dhcp6_srv.cc
+++ b/src/bin/dhcp6/dhcp6_srv.cc
@@ -564,9 +564,7 @@ Dhcpv6Srv::assignLeases(const Pkt6Ptr& question, Pkt6Ptr& answer) {
// thing this client can get is some global information (like DNS
// servers).
- // perhaps this should be logged on some higher level? This is most likely
- // configuration bug.
- LOG_ERROR(dhcp6_logger, DHCP6_SUBNET_SELECTION_FAILED)
+ LOG_WARN(dhcp6_logger, DHCP6_SUBNET_SELECTION_FAILED)
.arg(question->getRemoteAddr().toText())
.arg(question->getName());
@@ -790,9 +788,7 @@ Dhcpv6Srv::renewLeases(const Pkt6Ptr& renew, Pkt6Ptr& reply) {
// thing this client can get is some global information (like DNS
// servers).
- // perhaps this should be logged on some higher level? This is most likely
- // configuration bug.
- LOG_ERROR(dhcp6_logger, DHCP6_SUBNET_SELECTION_FAILED)
+ LOG_WARN(dhcp6_logger, DHCP6_SUBNET_SELECTION_FAILED)
.arg(renew->getRemoteAddr().toText())
.arg(renew->getName());
} else {
More information about the bind10-changes
mailing list