[kea-dev] Missing parameter for ALLOC_ENGINE_V4_REQUEST_OUT_OF_POOL
Chaigneau, Nicolas
nicolas.chaigneau at capgemini.com
Tue Aug 11 08:29:16 UTC 2015
Just a minor DEBUG issue I've noticed in 0.9.2
(I can open a ticket if you want, but I'm not sure it's worth it - you tell me!)
2015-08-11 09:38:38.239 DEBUG [kea-dhcp4.alloc-engine/25854] ALLOC_ENGINE_V4_REQUEST_OUT_OF_POOL client [hwtype=1 44:48:42:00:01:02], cid=[no info], tid=0x1, which doesn't have reservation, requested address out of the dynamic pool @@Missing placeholder %2 for '10.212.0.2'@@
The message definition is not consistent with its usage:
% ALLOC_ENGINE_V4_REQUEST_OUT_OF_POOL client %1, which doesn't have reservation, requested address out of the dynamic pool
LOG_DEBUG(alloc_engine_logger, ALLOC_ENGINE_DBG_TRACE,
ALLOC_ENGINE_V4_REQUEST_OUT_OF_POOL)
.arg(ctx.query_->getLabel())
.arg(ctx.requested_address_);
This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.
More information about the kea-dev
mailing list