summaryrefslogtreecommitdiff
path: root/CCache/stats.c
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2009-01-08 17:52:15 +0000
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2009-01-08 17:52:15 +0000
commit2e68619a9f31985b9d45441a46a33e2fdc542141 (patch)
tree1cb075320f821f48c0b15e4ffd4754bcf25718b7 /CCache/stats.c
parentc577ac1a31a8ae385405088e7faf475229f03ab1 (diff)
downloadswig-2e68619a9f31985b9d45441a46a33e2fdc542141.tar.gz
add some missing stats and logging
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@11039 626c5289-ae23-0410-ae9c-e8d60b6d4f22
Diffstat (limited to 'CCache/stats.c')
-rw-r--r--CCache/stats.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/CCache/stats.c b/CCache/stats.c
index f87264794..92bc4a835 100644
--- a/CCache/stats.c
+++ b/CCache/stats.c
@@ -55,6 +55,7 @@ static struct {
{ STATS_OUTSTDOUT, "output to stdout ", NULL, 0 },
{ STATS_DEVICE, "output to a non-regular file ", NULL, 0 },
{ STATS_NOINPUT, "no input file ", NULL, 0 },
+ { STATS_ENVIRONMMENT, "error due to bad env variable ", NULL, 0 },
{ STATS_NUMFILES, "files in cache ", NULL, FLAG_NOZERO|FLAG_ALWAYS },
{ STATS_TOTALSIZE, "cache size ", display_size , FLAG_NOZERO|FLAG_ALWAYS },
{ STATS_MAXFILES, "max files ", NULL, FLAG_NOZERO },