diff options
Diffstat (limited to 'web/util_cache.c')
-rwxr-xr-x | web/util_cache.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/web/util_cache.c b/web/util_cache.c index 5178dad5..7bfb67cc 100755 --- a/web/util_cache.c +++ b/web/util_cache.c @@ -1,4 +1,4 @@ -/* $Id: util_cache.c,v 1.1 2002/10/18 14:43:58 ptt Exp $ */ +/* $Id: util_cache.c,v 1.2 2003/03/24 20:44:09 ptt Exp $ */ #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -316,6 +316,10 @@ static void reload_bcache() { if(SHM->Bbusystate) { safe_sleep(1); } + else{ + puts("bcache is not loaded? resolve_boards() fail"); + exit(1); + } } void resolve_boards() { |