diff options
Diffstat (limited to 'src/PolySetCache.cc')
-rw-r--r-- | src/PolySetCache.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PolySetCache.cc b/src/PolySetCache.cc index cff4e88..04f4127 100644 --- a/src/PolySetCache.cc +++ b/src/PolySetCache.cc @@ -21,8 +21,8 @@ void PolySetCache::setMaxSize(size_t limit) void PolySetCache::print() { - PRINTF("PolySets in cache: %d", this->cache.size()); - PRINTF("PolySet cache size in bytes: %d", this->cache.totalCost()); + PRINTB("PolySets in cache: %d", this->cache.size()); + PRINTB("PolySet cache size in bytes: %d", this->cache.totalCost()); } PolySetCache::cache_entry::cache_entry(const shared_ptr<PolySet> &ps) : ps(ps) |