2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 22:15:23 +00:00

[#2308] Removed misleading DHCP4_NCR_CREATE log statement from kea-dhcp4

modified:
    src/bin/dhcp4/dhcp4_messages.cc
    src/bin/dhcp4/dhcp4_messages.h
    src/bin/dhcp4/dhcp4_messages.mes
    src/bin/dhcp4/dhcp4_srv.cc
This commit is contained in:
Thomas Markwalder
2022-02-24 15:25:10 -05:00
parent 87a284195b
commit 2d5448a0f9
4 changed files with 0 additions and 13 deletions

View File

@@ -2564,8 +2564,6 @@ Dhcpv4Srv::assignLease(Dhcpv4Exchange& ex) {
// Create NameChangeRequests if this is a real allocation.
if (!fake_allocation) {
try {
LOG_DEBUG(ddns4_logger, DBG_DHCP4_DETAIL, DHCP4_NCR_CREATE)
.arg(query->getLabel());
createNameChangeRequests(lease, ctx->old_lease_,
*ex.getContext()->getDdnsParams());
} catch (const Exception& ex) {