summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-10-23 14:51:02 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2014-10-23 14:51:02 +0200
commit0b538dba5762efbaea2d7e3b7cd42dc16136e4d2 (patch)
tree7fc120cc1e7af05fda95b892f3560e0d9f118ae3
parent7e0f593e799c78c4e02b5174a2a15eb2e0ed616d (diff)
downloadcrawler-0b538dba5762efbaea2d7e3b7cd42dc16136e4d2.tar.gz
crawler-0b538dba5762efbaea2d7e3b7cd42dc16136e4d2.tar.bz2
..
-rwxr-xr-xinclude/module/ModuleLoader.hpp2
-rw-r--r--src/crawl/crawl.conf2
2 files changed, 3 insertions, 1 deletions
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 = {