aboutsummaryrefslogtreecommitdiff
path: root/src/dicache.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2009-01-04 14:32:13 -0300
committerJorge Arellano Cid <jcid@dillo.org>2009-01-04 14:32:13 -0300
commitac3bab6219c73fef181f120e11d9d2c07ba848c3 (patch)
tree142f6a857bf448107213a54752e54eb5dd225dc6 /src/dicache.c
parentdea88dffb63afd9d79aaad6a604b76c18f355dff (diff)
Debugging aids.
Diffstat (limited to 'src/dicache.c')
-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 */