summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index c78dbed4..51b9ce90 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -626,7 +626,7 @@ setbottomtotal(int bid)
if(n>5)
{
#ifdef DEBUG_BOTTOM
- log_file("fix_bottom", 1, "%s n:%d\n", genbuf, n);
+ log_file("fix_bottom", LOG_CREAT | LOG_VF, "%s n:%d\n", genbuf, n);
#endif
unlink(genbuf);
SHM->n_bottom[bid-1]=0;