isc_throw(BadValue, "Lease4: " << lease.addr_.toText() << ", state: "
<< Lease::basicStatesToText(lease.state_)
- << " has neither hardware address or client id");
+ << ", has neither hardware address or client id");
}
(state != Lease::STATE_DECLINED)) {
isc_throw(BadValue, "Lease4: " << addr.toText() << ", state: "
<< Lease::basicStatesToText(state)
- << " has neither hardware address or client id");
+ << ", has neither hardware address or client id");
}
// Get the user context (can be NULL).