]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] Removed debugging leftover from memfile lfc code.
authorMarcin Siodelski <marcin@isc.org>
Wed, 11 Mar 2015 17:57:26 +0000 (18:57 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 11 Mar 2015 17:57:26 +0000 (18:57 +0100)
As this is obvious error and the trivial fix I am committing this on my
discretion.

src/lib/dhcpsrv/memfile_lease_mgr.cc

index f858dc8be53c81181b971daaaf4661f2754b13a1..6b329bbf38b94c00dbada0090a4cc8a8a1d3e8fe 100644 (file)
@@ -199,7 +199,6 @@ LFCSetup::execute() {
         LOG_INFO(dhcpsrv_logger, DHCPSRV_MEMFILE_LFC_EXECUTE)
             .arg(process_->getCommandLine());
         pid_ = process_->spawn();
-        std::cout << process_->getCommandLine() << std::endl;
 
     } catch (const ProcessSpawnError& ex) {
         LOG_ERROR(dhcpsrv_logger, DHCPSRV_MEMFILE_LFC_SPAWN_FAIL);