2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

bug #1627: Update error message

This commit is contained in:
Mukund Sivaraman
2012-03-26 17:48:49 +05:30
parent 06280cc6b4
commit 48cd72d455

View File

@@ -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());
}