|
@@ -105,7 +105,8 @@ ClientClassDefParser::parse(ClientClassDictionaryPtr& class_dictionary,
|
|
|
// name is now mandatory
|
|
|
if (name.empty()) {
|
|
|
isc_throw(DhcpConfigError,
|
|
|
- "not empty parameter 'name' is required");
|
|
|
+ "not empty parameter 'name' is required" << "("
|
|
|
+ << class_def_cfg->getPosition() << ")" );
|
|
|
}
|
|
|
|
|
|
// Let's parse the next-server field
|