|
@@ -183,8 +183,7 @@ NameChangeUDPListener::receiveCompletionHandler(const bool successful,
|
|
|
// A shutdown cancels all outstanding reads. For this reason,
|
|
|
// it can be an expected event, so log it as a debug message.
|
|
|
LOG_DEBUG(dhcp_ddns_logger, DBGLVL_TRACE_BASIC,
|
|
|
- DHCP_DDNS_NCR_UDP_RECV_CANCELED)
|
|
|
- .arg(error_code.message());
|
|
|
+ DHCP_DDNS_NCR_UDP_RECV_CANCELED);
|
|
|
result = STOPPED;
|
|
|
} else {
|
|
|
LOG_ERROR(dhcp_ddns_logger, DHCP_DDNS_NCR_UDP_RECV_ERROR)
|