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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user