BIND 10 trac991, updated. 7e9c676a0a800322d77ecac81bf223405011442c [991] Removed trash debug messages.

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Mar 28 19:10:38 UTC 2013


The branch, trac991 has been updated
       via  7e9c676a0a800322d77ecac81bf223405011442c (commit)
      from  147db3ecd8be5a6fe692c07c3d4d7597f8f2fceb (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 7e9c676a0a800322d77ecac81bf223405011442c
Author: Marcin Siodelski <marcin at isc.org>
Date:   Thu Mar 28 20:10:30 2013 +0100

    [991] Removed trash debug messages.

-----------------------------------------------------------------------

Summary of changes:
 src/lib/dhcpsrv/alloc_engine.cc |    2 --
 1 file changed, 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc
index a3df8e1..81b8e53 100644
--- a/src/lib/dhcpsrv/alloc_engine.cc
+++ b/src/lib/dhcpsrv/alloc_engine.cc
@@ -287,7 +287,6 @@ AllocEngine::allocateAddress4(const SubnetPtr& subnet,
         // Check if there's existing lease for that subnet/clientid/hwaddr combination.
         Lease4Ptr existing = LeaseMgrFactory::instance().getLease4(*hwaddr, subnet->getID());
         if (existing) {
-            std::cout << "Got lease using HWADdr" << std::endl;
             // We have a lease already. This is a returning client, probably after
             // its reboot.
             existing = renewLease4(subnet, clientid, hwaddr, existing, fake_allocation);
@@ -302,7 +301,6 @@ AllocEngine::allocateAddress4(const SubnetPtr& subnet,
         if (clientid) {
             existing = LeaseMgrFactory::instance().getLease4(*clientid, subnet->getID());
             if (existing) {
-            std::cout << "Got lease using Clientid" << std::endl;
                 // we have a lease already. This is a returning client, probably after
                 // its reboot.
                 existing = renewLease4(subnet, clientid, hwaddr, existing, fake_allocation);



More information about the bind10-changes mailing list