mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-02 15:05:16 +00:00
[4096] Reworded error message
This commit is contained in:
@@ -27,7 +27,7 @@ ClientClassDef::ClientClassDef(const std::string& name,
|
|||||||
|
|
||||||
// Name can't be blank
|
// Name can't be blank
|
||||||
if (name_.empty()) {
|
if (name_.empty()) {
|
||||||
isc_throw(BadValue, "ClientClassDef name cannot be empty");
|
isc_throw(BadValue, "Client Class name cannot be blank");
|
||||||
}
|
}
|
||||||
|
|
||||||
// We permit an empty expression for now. This will likely be useful
|
// We permit an empty expression for now. This will likely be useful
|
||||||
|
Reference in New Issue
Block a user