2
0
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:
Thomas Markwalder
2015-11-19 13:24:48 -05:00
parent df93df3f84
commit b1a10eb28c

View File

@@ -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