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:
@@ -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());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user