summaryrefslogtreecommitdiffstats
path: root/mbbsd/cache.c
diff options
context:
space:
mode:
authorptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 12:33:05 +0800
committerptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2004-04-30 12:33:05 +0800
commitce78e68d0cfbf79502bb7c60cbea405066546b24 (patch)
tree2f611f51f14dc2f8940b77b1a577f3f321a6f97f /mbbsd/cache.c
parentfa58d071ff9032f6efa7316e724d6c49f78b7abe (diff)
downloadpttbbs-ce78e68d0cfbf79502bb7c60cbea405066546b24.tar
pttbbs-ce78e68d0cfbf79502bb7c60cbea405066546b24.tar.gz
pttbbs-ce78e68d0cfbf79502bb7c60cbea405066546b24.tar.bz2
pttbbs-ce78e68d0cfbf79502bb7c60cbea405066546b24.tar.lz
pttbbs-ce78e68d0cfbf79502bb7c60cbea405066546b24.tar.xz
pttbbs-ce78e68d0cfbf79502bb7c60cbea405066546b24.tar.zst
pttbbs-ce78e68d0cfbf79502bb7c60cbea405066546b24.zip
chang format of log_file
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1898 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'mbbsd/cache.c')
-rw-r--r--mbbsd/cache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c
index f77bd2a7..a1088160 100644
--- a/mbbsd/cache.c
+++ b/mbbsd/cache.c
@@ -624,7 +624,9 @@ setbottomtotal(int bid)
n = get_num_records(genbuf, sizeof(fileheader_t));
if(n>5)
{
+#ifdef DEBUG_BOTTOM
log_file("fix_bottom", 1, "%s n:%d\n", genbuf, n);
+#endif
unlink(genbuf);
SHM->n_bottom[bid-1]=0;
}