diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-04-08 22:21:20 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-04-08 22:21:20 +0800 |
commit | 117aa70feb452be5b771f5b31104b8baa62d2e75 (patch) | |
tree | 2c566ea2633f3f741de6a19baf4fd8afafe866e2 | |
parent | e4feaf4ac8cdbf1b3f8045ad9d2f8a4e7b154ca0 (diff) | |
download | pttbbs-117aa70feb452be5b771f5b31104b8baa62d2e75.tar pttbbs-117aa70feb452be5b771f5b31104b8baa62d2e75.tar.gz pttbbs-117aa70feb452be5b771f5b31104b8baa62d2e75.tar.bz2 pttbbs-117aa70feb452be5b771f5b31104b8baa62d2e75.tar.lz pttbbs-117aa70feb452be5b771f5b31104b8baa62d2e75.tar.xz pttbbs-117aa70feb452be5b771f5b31104b8baa62d2e75.tar.zst pttbbs-117aa70feb452be5b771f5b31104b8baa62d2e75.zip |
output message when reload bcache done.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3332 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | mbbsd/cache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/cache.c b/mbbsd/cache.c index a0f1c2b0..2e8d6042 100644 --- a/mbbsd/cache.c +++ b/mbbsd/cache.c @@ -603,6 +603,7 @@ reload_bcache(void) n = 5; SHM->n_bottom[i] = n; } + printf("load bottom done"); if( pid == 0 ) exit(0); // if pid == -1 should be returned |