LOC: Config.Log.swap
DEFAULT: none
DOC_START
- Location for the cache "swap log." This log file holds the
+ Location for the cache "swap.log." This log file holds the
metadata of objects saved on disk. It is used to rebuild the
cache during startup. Normally this file resides in the first
'cache_dir' directory, but you may specify an alternate
/*
- * $Id: store_dir.cc,v 1.24 1997/07/07 05:29:57 wessels Exp $
+ * $Id: store_dir.cc,v 1.25 1997/07/16 20:58:25 wessels Exp $
*
* DEBUG: section 47 Store Directory Routines
* AUTHOR: Duane Wessels
strncat(path, digit, 3);
} else {
xstrncpy(path, storeSwapDir(dirn), SQUID_MAXPATHLEN - 64);
- strcat(path, "/log");
+ strcat(path, "/swap.state");
}
if (ext)
strncat(path, ext, 16);