Browse Source

[4096] Reworded error message

Thomas Markwalder 9 years ago
parent
commit
b1a10eb28c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/client_class_def.cc

+ 1 - 1
src/lib/dhcpsrv/client_class_def.cc

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