aboutsummaryrefslogtreecommitdiff
path: root/src/dicache.c
diff options
context:
space:
mode:
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));
}
/* ------------------------------------------------------------------------- */