diff --git a/src/App.cpp b/src/App.cpp index eb27db8..d97ca2c 100644 --- a/src/App.cpp +++ b/src/App.cpp @@ -47,6 +47,7 @@ bool App::load(std::string lib, std::list blacklist = {}) { Module* m = create(h, App::Get()); + std::cout << "print twice!\n"; if(!blacklist.empty()) { std::cout << "second round!\n"; for(auto it = blacklist.begin(); it != blacklist.end(); it++) {