Browse Source

bug #1627: Update error message

Mukund Sivaraman 13 years ago
parent
commit
48cd72d455
1 changed files with 1 additions and 1 deletions
  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());
 	}