summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.h b/src/cache.h
index ecf0c8b..ea20393 100644
--- a/src/cache.h
+++ b/src/cache.h
@@ -178,7 +178,7 @@ void Cache<Key,T>::trim(int m)
Node *u = n;
n = n->p;
#ifdef DEBUG
- PRINTB("Trimming cache: %1% (%d bytes)", *u->keyPtr % u->c);
+ PRINTB("Trimming cache: %1% (%2% bytes)", *u->keyPtr % u->c);
#endif
unlink(*u);
}
contact: Jan Huwald // Impressum