Parcourir la source

bug #1627: Update error message

Mukund Sivaraman il y a 13 ans
Parent
commit
48cd72d455
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/bin/auth/auth_config.cc

+ 1 - 1
src/bin/auth/auth_config.cc

@@ -168,7 +168,7 @@ MemoryDatasourceConfig::build(ConstElementPtr config_value) {
 	try {
 	    imzf = new InMemoryZoneFinder(rrclass_, Name(origin->stringValue()));
 	} catch (const isc::dns::NameParserException& ex) {
-	    isc_throw(AuthConfigError, "Error parsing zone's origin: " <<
+	    isc_throw(AuthConfigError, "unable to parse zone's origin: " <<
 		      ex.what());
 	}