Browse Source

[5098] Reserved last change (position added by the englobing try/catch)

Francis Dupont 8 years ago
parent
commit
9adb0eb50e
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/lib/dhcpsrv/parsers/client_class_def_parser.cc

+ 1 - 2
src/lib/dhcpsrv/parsers/client_class_def_parser.cc

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