summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dicache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dicache.c b/src/dicache.c
index 87464215..c8cf7471 100644
--- a/src/dicache.c
+++ b/src/dicache.c
@@ -445,6 +445,7 @@ void a_Dicache_cleanup(void)
DICacheNode *node;
DICacheEntry *entry;
+ _MSG("a_Dicache_cleanup\n");
for (i = 0; i < dList_length(CachedIMGs); ++i) {
node = dList_nth_data(CachedIMGs, i);
/* iterate each entry of this node */