mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 05:55:28 +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
|
||||
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
|
||||
|
Reference in New Issue
Block a user