diff --git a/src/cache.h b/src/cache.h index e0e3104a..20921eb7 100644 --- a/src/cache.h +++ b/src/cache.h @@ -177,7 +177,7 @@ void Cache::trim(int m) Node *u = n; n = n->p; #ifdef DEBUG - PRINTB("Trimming cache: %1% (%2% bytes)", *u->keyPtr % u->c); + PRINTB("Trimming cache: %1% (%2% bytes)", u->keyPtr->substr(0, 40) % u->c); #endif unlink(*u); }