Parcourir la source

[4096] Reworded error message

Thomas Markwalder il y a 9 ans
Parent
commit
b1a10eb28c
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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