aboutsummaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index efe7d0c1..511e3328 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -831,7 +831,7 @@ static void Cache_process_queue(CacheEntry_t *entry)
/* Trigger cleanup when there're no cache clients */
if (dList_length(ClientQueue) == 0) {
- MSG(" a_Dicache_cleanup()\n");
+ _MSG(" a_Dicache_cleanup()\n");
a_Dicache_cleanup();
}