]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4096] Reworded error message
authorThomas Markwalder <tmark@isc.org>
Thu, 19 Nov 2015 18:24:48 +0000 (13:24 -0500)
committerThomas Markwalder <tmark@isc.org>
Thu, 19 Nov 2015 18:24:48 +0000 (13:24 -0500)
src/lib/dhcpsrv/client_class_def.cc

index 87b2610a88e8678e7361a0b986126ef465ce5cdf..959bd68d6de3208eb94d7cf7f99a6803c7711e24 100644 (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