aboutsummaryrefslogtreecommitdiff
path: root/src/dicache.c
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-05-11 11:14:19 -0300
committerJorge Arellano Cid <jcid@dillo.org>2016-05-11 11:14:19 -0300
commitd426d90776049d94964bc0f6a45955da8eb9a0cf (patch)
treee7b8f6c80e9866440c6b38169b45e6841b2a504e /src/dicache.c
parent28aa78ac9465788c745b1abb9b59a2723282c4fa (diff)
Silenced a few old debug messages.
Diffstat (limited to 'src/dicache.c')
-rw-r--r--src/dicache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dicache.c b/src/dicache.c
index a2904c32..1fc71e19 100644
--- a/src/dicache.c
+++ b/src/dicache.c
@@ -521,7 +521,7 @@ void a_Dicache_cleanup(void)
--i; /* adjust counter */
}
}
- MSG("a_Dicache_cleanup: length = %d\n", dList_length(CachedIMGs));
+ _MSG("a_Dicache_cleanup: length = %d\n", dList_length(CachedIMGs));
}
/* ------------------------------------------------------------------------- */