]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2947] Change severity of log message to ERROR
authorMukund Sivaraman <muks@isc.org>
Thu, 20 Jun 2013 12:24:12 +0000 (17:54 +0530)
committerMukund Sivaraman <muks@isc.org>
Thu, 20 Jun 2013 12:24:12 +0000 (17:54 +0530)
src/lib/datasrc/client_list.cc
src/lib/datasrc/datasrc_messages.mes

index 3f0d9107ce086f67ab69448706712df98162a593..8a609af934bcb6e6e975a65b95b79af76c855793 100644 (file)
@@ -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;
             }
index 90009fd676d17853439da875547c3cea45682ddb..f9a76ed5a6cebfa2ec64b0890e0388d75904fa5c 100644 (file)
@@ -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.