diff --git a/src/bin/dhcp4/dhcp4_srv.cc b/src/bin/dhcp4/dhcp4_srv.cc index 3b3c9de81e..0143112681 100644 --- a/src/bin/dhcp4/dhcp4_srv.cc +++ b/src/bin/dhcp4/dhcp4_srv.cc @@ -2909,7 +2909,7 @@ Dhcpv4Srv::assignLease(Dhcpv4Exchange& ex) { .arg(query->getLabel()) .arg(hint != IOAddress::IPV4_ZERO_ADDRESS() ? hint.toText() : "(no hint)"); } else { - LOG_DEBUG(lease4_logger, DBG_DHCP4_DETAIL, DHCP4_REQUEST) + LOG_DEBUG(lease4_logger, DBGLVL_COMMAND, DHCP4_REQUEST) .arg(query->getLabel()) .arg(hint != IOAddress::IPV4_ZERO_ADDRESS() ? hint.toText() : "(no hint)"); }