From 0b538dba5762efbaea2d7e3b7cd42dc16136e4d2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 23 Oct 2014 14:51:02 +0200 Subject: .. --- include/module/ModuleLoader.hpp | 2 ++ src/crawl/crawl.conf | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/module/ModuleLoader.hpp b/include/module/ModuleLoader.hpp index 0acc445..cf12a67 100755 --- a/include/module/ModuleLoader.hpp +++ b/include/module/ModuleLoader.hpp @@ -177,6 +177,8 @@ class BaseModuleLoader { } }; +// TODO: later: variadic template, too soon to be supported everywhere.. + template< typename Interface, typename CtorParams = NullType > class ModuleLoader; diff --git a/src/crawl/crawl.conf b/src/crawl/crawl.conf index 9345b7e..0a9947c 100644 --- a/src/crawl/crawl.conf +++ b/src/crawl/crawl.conf @@ -12,7 +12,7 @@ crawler = { } logger = { - level = "NOTICE" + level = "DEBUG" } modules = { -- cgit v1.2.3-54-g00ecf