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, 2 insertions, 1 deletions
diff --git a/src/ModuleCache.cc b/src/ModuleCache.cc
index e974a03..70b1fb9 100644
--- a/src/ModuleCache.cc
+++ b/src/ModuleCache.cc
@@ -43,7 +43,8 @@ Module *ModuleCache::evaluate(const std::string &filename)
if (this->entries.find(filename) != this->entries.end() &&
this->entries[filename].cache_id == cache_id) {
#ifdef DEBUG
- PRINTB("Using cached library: %s (%s)", filename % cache_id);
+// Causes too much debug output
+// PRINTB("Using cached library: %s (%s)", filename % cache_id);
#endif
lib_mod = &(*this->entries[filename].module);
contact: Jan Huwald // Impressum