From: Mukund Sivaraman Date: Thu, 20 Jun 2013 12:24:12 +0000 (+0530) Subject: [2947] Change severity of log message to ERROR X-Git-Tag: bind10-1.2.0beta1-release~389^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=19e016eb1b80db43645aca734b1f511ff2b142fb;p=thirdparty%2Fkea.git [2947] Change severity of log message to ERROR --- diff --git a/src/lib/datasrc/client_list.cc b/src/lib/datasrc/client_list.cc index 3f0d9107ce..8a609af934 100644 --- a/src/lib/datasrc/client_list.cc +++ b/src/lib/datasrc/client_list.cc @@ -119,7 +119,7 @@ ConfigurableClientList::configure(const ConstElementPtr& config, // building it in that case. dsrc_pair = getDataSourceClient(type, param_conf); } catch (const DataSourceLibraryError& ex) { - LOG_WARN(logger, DATASRC_LIBRARY_FAILURE). + LOG_ERROR(logger, DATASRC_LIBRARY_ERROR). arg(datasrc_name).arg(rrclass_).arg(ex.what()); continue; } diff --git a/src/lib/datasrc/datasrc_messages.mes b/src/lib/datasrc/datasrc_messages.mes index 90009fd676..f9a76ed5a6 100644 --- a/src/lib/datasrc/datasrc_messages.mes +++ b/src/lib/datasrc/datasrc_messages.mes @@ -370,7 +370,7 @@ Therefore, the entire data source will not be available for this process. If this is a problem, you should configure the zones of that data source to some database backend (sqlite3, for example) and use it from there. -% DATASRC_LIBRARY_FAILURE failure loading %1 datasource library for class %2: %3 +% DATASRC_LIBRARY_ERROR failure loading %1 datasource library for class %2: %3 There was a problem loading the dynamic library for a data source. This backend is hence not available, and any data sources that use this backend will not be available.