summaryrefslogtreecommitdiff
path: root/src/ModuleCache.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ModuleCache.cc')
-rw-r--r--src/ModuleCache.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ModuleCache.cc b/src/ModuleCache.cc
index 4944495..8a082af 100644
--- a/src/ModuleCache.cc
+++ b/src/ModuleCache.cc
@@ -19,9 +19,11 @@
*/
ModuleCache *ModuleCache::inst = NULL;
+#include <iostream>
static bool is_modified(const std::string &filename, const time_t &mtime)
{
+ std::cout << "cache ismod " << filename << "\n";
struct stat st;
memset(&st, 0, sizeof(struct stat));
stat(filename.c_str(), &st);
@@ -30,6 +32,7 @@ static bool is_modified(const std::string &filename, const time_t &mtime)
FileModule *ModuleCache::evaluate(const std::string &filename)
{
+ std::cout << "modcache eval" << filename << "\n";
FileModule *lib_mod = NULL;
// Create cache ID
contact: Jan Huwald // Impressum