afsd-dont-print-garbage-on-bad-cacheinfo-file-20020615

based on report from matt@slackers.net

don't bother printing anything we parsed, since we're guaranteed at least
one item is trash anyhow
This commit is contained in:
Derrick Brashear 2002-06-15 17:52:00 +00:00
parent da8653c30b
commit d13f701812

View File

@ -342,8 +342,6 @@ int ParseCacheInfoFile()
printf("\t%d out of 3 fields successfully parsed.\n",
parseResult);
printf("\tcacheMountDir: '%s'\n\tcacheBaseDir: '%s'\n\tcacheBlocks: %d\n",
cacheMountDir, cacheBaseDir, cacheBlocks);
return(1);
}