mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
bug #1627: Update error message
This commit is contained in:
@@ -168,7 +168,7 @@ MemoryDatasourceConfig::build(ConstElementPtr config_value) {
|
|||||||
try {
|
try {
|
||||||
imzf = new InMemoryZoneFinder(rrclass_, Name(origin->stringValue()));
|
imzf = new InMemoryZoneFinder(rrclass_, Name(origin->stringValue()));
|
||||||
} catch (const isc::dns::NameParserException& ex) {
|
} 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());
|
ex.what());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user