From: Mukund Sivaraman Date: Mon, 26 Mar 2012 12:18:49 +0000 (+0530) Subject: bug #1627: Update error message X-Git-Tag: trac2351_base~226^2~116^2~84 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=48cd72d455b5bd1298485f58fc7dcf82c7e4c3cf;p=thirdparty%2Fkea.git bug #1627: Update error message --- diff --git a/src/bin/auth/auth_config.cc b/src/bin/auth/auth_config.cc index f94196a515..5e808c79a4 100644 --- a/src/bin/auth/auth_config.cc +++ b/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()); }