Change warning.

This commit is contained in:
Fabian Märki
2016-02-23 10:51:17 +01:00
parent d23291b7cd
commit 49711921eb

View File

@ -100,7 +100,11 @@ public class QueryRestController {
appContext.getBean(QueryConfig.BEAN_NAME_CASSANDRA_QUERY_PROCESSOR, QueryProcessor.class);
queryProcessors.put(queryProcessor.getBackend(), queryProcessor);
} catch (Exception e) {
LOGGER.warn("Could not load query processor for cassandra.", e);
LOGGER.warn("");
LOGGER.warn("##########");
LOGGER.warn("Could not load query processor for cassandra.");
LOGGER.warn("##########");
LOGGER.warn("");
}
try {
@ -108,7 +112,11 @@ public class QueryRestController {
appContext.getBean(QueryConfig.BEAN_NAME_ARCHIVER_APPLIANCE_QUERY_PROCESSOR, QueryProcessor.class);
queryProcessors.put(queryProcessor.getBackend(), queryProcessor);
} catch (Exception e) {
LOGGER.warn("Could not load query processor for archiverappliance.", e);
LOGGER.warn("");
LOGGER.warn("##########");
LOGGER.warn("Could not load query processor for archiverappliance.");
LOGGER.warn("##########");
LOGGER.warn("");
}
channelNameCache =