From: Thomas Markwalder Date: Thu, 19 Nov 2015 18:24:48 +0000 (-0500) Subject: [4096] Reworded error message X-Git-Tag: trac4097a_base~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1a10eb28c9cfd4bb6cc3db6d7ca57b411b58bca;p=thirdparty%2Fkea.git [4096] Reworded error message --- diff --git a/src/lib/dhcpsrv/client_class_def.cc b/src/lib/dhcpsrv/client_class_def.cc index 87b2610a88..959bd68d6d 100644 --- a/src/lib/dhcpsrv/client_class_def.cc +++ b/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